Skip to content

wish-cloud/open-taobao-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

淘宝开放平台 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.