tradenity/laravel-ext
Composer 安装命令:
composer require tradenity/laravel-ext
包简介
Extension library to ease integration between Tradenity ecommerce PHP SDK and Laravel framework.
README 文档
README
This extension library facilitates integration between Laravel based applications and PHP SDK for Tradenity ecommerce API.
Installation
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
Sample application
Working sample application code can be found here.
Documentation
Detailed documentation can be found on our knowledge base site:
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
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2016-11-12