Download the PHP package shanjing/taobao-top-client without Composer
On this page you can find all versions of the php package shanjing/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
淘宝客API for laravel/lumen
当前淘宝客 API 升级为2.0,原「淘宝客初级包」合并到了「淘宝客基础API」。
laravel
安装
composer require orzcc/taobao-top-client
配置
- 在config/app.php中的providers数组中添加
Orzcc\TopClient\TopClientServiceProvider::class,
- 在config/app.php中的aliases数组中添加
'TopClient' => Orzcc\TopClient\Facades\TopClient::class,
- 执行
php artisan vendor:publish --provider="Orzcc\TopClient\TopClientServiceProvider"
生成配置文件 - 编辑.env文件,设置appid,appsecret
示例代码
lumen
安装
composer require orzcc/taobao-top-client
配置
- 手动复制vendor/orzcc/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|^7.0|^8.0|^9.0|^10.0
graham-campbell/manager Version ^5.0
illuminate/support Version ~5.0|~5.1|~5.2|~5.3|~5.4|~5.5|~5.6|^6.0|^7.0|^8.0|^9.0|^10.0
graham-campbell/manager Version ^5.0
The package shanjing/taobao-top-client contains the following files
Loading the files please wait ....