yzh52521 / open-taobao
淘宝开放平台sdk
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
pkg:composer/yzh52521/open-taobao
Requires
- php: ^7.2
- ext-json: *
- hanson/foundation-sdk: ^5.0
This package is auto-updated.
Last update: 2025-10-05 12:44:03 UTC
README
淘宝开放平台SDK
安装
composer require yzh52521/open-taobao-sdk
使用
<?php $taobao = new \yzh52521\Taobao\Taobao(['key' => 'your-key', 'secret' => 'your-secret','debug'=>true]); // 使用如下 $taobao->request('method', $params); // 例子 print_r($taobao->request('taobao.tbk.item.get', ['fields' => 'num_iid,title,pict_url,small_images,reserve_price,zk_final_price,user_type,provcity,item_url,seller_id,volume,nick', 'q' => '便利贴']));