Welcome to Tradenity Laravel framework SDK extensions.
This extension library facilitates integration between Laravel based applications and PHP SDK for Tradenity ecommerce API., (*1)
Installation
This package is available through Packagist (PHP Package Index), to install it type the following on the command line:, (*2)
$ composer install tradenity/laravel-ext
Or, add this line to your application's composer.json:, (*3)
{
'tradenity/laravel-ext':"0.5.0"
}
And then execute:, (*4)
$ composer install
Sample application
Working sample application code can be found here., (*5)
Documentation
Detailed documentation can be found on our knowledge base site:, (*6)
Contributing
- Fork it ( https://github.com/tradenity/php-sdk-laravel-ext/fork )
- Create your feature branch (
git checkout -b my-new-feature)
- Commit your changes (
git commit -am 'Add some feature')
- Push to the branch (
git push origin my-new-feature)
- Create a new Pull Request