PHPackages                             opensdk/taobao - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. opensdk/taobao

ActiveLibaray[API Development](/categories/api)

opensdk/taobao
==============

淘宝API SDK

v0.0.4(6y ago)0341MITPHPPHP &gt;=7.0.0

Since Jun 29Pushed 5y agoCompare

[ Source](https://github.com/beJuvenile/opensdk-taobao)[ Packagist](https://packagist.org/packages/opensdk/taobao)[ RSS](/packages/opensdk-taobao/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)DependenciesVersions (5)Used By (0)

opensdk-taobao
==============

[](#opensdk-taobao)

### 介绍

[](#介绍)

本类库是对大淘客开放平台API的封装
接口文档请参见 [淘宝开放平台](https://open.taobao.com)

### 使用示例

[](#使用示例)

```
use OpenSDK\TaoBao\Client;
use OpenSDK\TaoBao\Request\TopAuthTokenCreateRequest;

$c = new Client();
$c->appkey = $this->appKey;
$c->secretKey = $this->appSecret;
$req = new TopAuthTokenCreateRequest();
$req->setCode('uzIVZ0GaWGR0fON9sbqoQjRU15687760');
$result = $c->execute($req);

var_dump($result);
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

4

Last Release

2192d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2632156?v=4)[Eric Zhang](/maintainers/zhange)[@zhange](https://github.com/zhange)

---

Top Contributors

[![beJuvenile](https://avatars.githubusercontent.com/u/41072301?v=4)](https://github.com/beJuvenile "beJuvenile (31 commits)")

---

Tags

sdk

### Embed Badge

![Health badge](/badges/opensdk-taobao/health.svg)

```
[![Health](https://phpackages.com/badges/opensdk-taobao/health.svg)](https://phpackages.com/packages/opensdk-taobao)
```

###  Alternatives

[appwilio/cdek-sdk

CDEK API SDK (cdek.ru)

406.5k](/packages/appwilio-cdek-sdk)[mocking-magician/coinbase-pro-sdk

Library for coinbase pro API calls

223.2k](/packages/mocking-magician-coinbase-pro-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
