Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 591 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 591 Bytes

淘宝开放平台 PHP SDK

Installation

composer require wish-cloud/open-taobao-sdk

Usage

$client = new \WishCloud\OpenTaobao\Client(['key' => 'your-key', 'secret' => 'your-secret','debug'=>false]);
$taobao->request('API接口名称', $params);
$client->request('taobao.tbk.item.get', ['fields' => 'title,cid,pic_url,num,price', 'page_no' => 1]));

详细 API 文档请参考淘宝开放平台

License

This package is open-sourced software licensed under the MIT license.