Download the PHP package firesoil/taobao-top-client without Composer
On this page you can find all versions of the php package firesoil/taobao-top-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package taobao-top-client
淘宝开放平台 for laravel/lumen
原「淘宝客初级包」合并到了「淘宝客基础API」。
目前当前sdk已包含:
- 淘宝客基础API
- 公共场景
- (新)订单履行链路监控
- 获取单笔交易信息
- 物流基础信息查询
- (新)用户信息管理包
- 退款管理包
- Schema商品发布
- 聚石塔数据推送
- 消息服务_待回收
- 卖家基础开放
- 会员平台-分层管理
- 平台基础服务
- 系统工具
- 消息服务
- 消息服务
- 发货管理
- 物流发货
- 订单管理
- 订单信息查询
- 订单编辑
- 评价管理
- 评价信息查询
- 御城河
- 奇门
laravel
安装
composer require firesoil/taobao-top-client
配置
- 在config/app.php中的providers数组中添加
FireSoil\TopClient\TopClientServiceProvider::class,
- 在config/app.php中的aliases数组中添加
'TopClient' => FireSoil\TopClient\Facades\TopClient::class,
- 执行
php artisan vendor:publish --provider="FireSoil\TopClient\TopClientServiceProvider"
生成配置文件 - 编辑.env文件,设置appid,appsecret
示例代码
lumen
安装
composer require firesoil/taobao-top-client
配置
- 手动复制vendor/firesoil/taobao-top-client/config/taobaotop.php到config目录下
-
在bootstrap/app.php下添加
- 编辑.env文件,设置appid,appsecret
示例代码
Sponsor
All versions of taobao-top-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
illuminate/support Version ~5.0|~5.1|~5.2|~5.3|~5.4|~5.5|~5.6|^6.0
graham-campbell/manager Version ^2.0|^3.0|^4.0
illuminate/support Version ~5.0|~5.1|~5.2|~5.3|~5.4|~5.5|~5.6|^6.0
graham-campbell/manager Version ^2.0|^3.0|^4.0
The package firesoil/taobao-top-client contains the following files
Loading the files please wait ....