Package Data | |
---|---|
Maintainer Username: | tradenity |
Maintainer Contact: | tradenity@tradenity.com (Tradenity Inc.) |
Package Create Date: | 2016-10-31 |
Package Last Update: | 2019-03-01 |
Language: | PHP |
License: | Apache-2.0 |
Last Refreshed: | 2025-02-09 15:21:22 |
Package Statistics | |
---|---|
Total Downloads: | 10 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
This extension library facilitates integration between Laravel based applications and PHP SDK for Tradenity ecommerce API.
This package is available through Packagist (PHP Package Index), to install it type the following on the command line:
$ composer install tradenity/laravel-ext
Or, add this line to your application's composer.json:
{
'tradenity/laravel-ext':"0.5.0"
}
And then execute:
$ composer install
Working sample application code can be found here.
Detailed documentation can be found on our knowledge base site:
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)