2017 © Pedro Peláez
 

library open-taobao-sdk

image

hanson/open-taobao-sdk

  • Tuesday, June 19, 2018
  • by hanson
  • Repository
  • 1 Watchers
  • 7 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

open-taobao-sdk

淘宝开放平台SDK, (*1)

安装

composer require hanson/open-taobao-sdk:dev-master -vvv

使用

<?php

include __DIR__.'/../vendor/autoload.php';

$taobao = new \Hanson\Taobao\Taobao(['key' => 'your-key', 'secret' => 'your-secret']);

// 使用如下
$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' => '便利贴']));

The Versions

19/06 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Avatar hanson