2017 © Pedro Peláez
 

library taobao-top-client

taobao top client

image

elvis-bi/taobao-top-client

taobao top client

  • Wednesday, November 13, 2013
  • by elvis_bi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 490 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

TaobaoTopClient

抽取淘宝TopSdk的核心部分, (*1)

安装

"require": {
    ...
    "elvis-bi/taobao-top-client": "*"
    ...
}

php composer.phar update

使用

$config = array(
    'appkey' => '...',
    'secretKey' => '...'
);

$topClient = new \TaobaoTopClient\TopClient($config);

$shopGetRequest = $topClient->get('ShopGetRequest');
$shopGetRequest->setNick('abc');
$shopGetRequest->setFields('sid,cid,...');

$shopData = $topClient->execute($shopGetRequest, $sessionKey);

The Versions

13/11 2013

dev-master

9999999-dev https://github.com/elvis-bi/TaobaoTopClient

taobao top client

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

sdk client taobao top

13/11 2013

0.1.2

0.1.2.0 https://github.com/elvis-bi/TaobaoTopClient

taobao top client

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

sdk client taobao top

11/11 2013

0.1.1

0.1.1.0 https://github.com/elvis-bi/TaobaoTopClient

taobao top client

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

sdk client taobao top

01/11 2013

0.1

0.1.0.0 https://github.com/elvis-bi/TaobaoTopClient

taobao top client

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

sdk client taobao top