wish-cloud/open-taobao-sdk

淘宝开放平台 PHP SDK

1.0.1 2023-02-25 09:13 UTC

This package is auto-updated.

Last update: 2025-05-25 13:57:30 UTC


README

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.