PHPackages                             yijie8/taobao-sdk - 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. yijie8/taobao-sdk

ActiveLibrary[API Development](/categories/api)

yijie8/taobao-sdk
=================

淘宝SDK2.x 兼容composer安装使用

v1.0.1(6y ago)08MITPHPPHP &gt;=5.4.0

Since Dec 31Pushed 6y agoCompare

[ Source](https://github.com/yijie8/taobao-sdk)[ Packagist](https://packagist.org/packages/yijie8/taobao-sdk)[ RSS](/packages/yijie8-taobao-sdk/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

taobao-sdk
==========

[](#taobao-sdk)

淘宝SDK2.x 兼容composer安装使用

\##使用

```
//安装
composer require "yijie8/taobao-sdk":"dev-master"

//引用
use Tbsdk\Top\TopClient;
use Tbsdk\Top\Request\WirelessShareTpwdCreateRequest;
use Tbsdk\Top\Domain\IsvTpwdInfo;

//初始化
$tb_client = new TopClient;
$tb_client->appkey = config('taobao.appkey');
$tb_client->secretKey = config('taobao.secretKey');
$req = new WirelessShareTpwdCreateRequest;
$tpwd_param = new IsvTpwdInfo;
$tpwd_param->text = $title;
$tpwd_param->url = $url;
$tpwd_param->user_id = $user_id;
$req->setTpwdParam(json_encode($tpwd_param));
$resp = $tb_client->execute($req);

```

enjoy it!

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.6% 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 ~1199 days

Total

2

Last Release

2272d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/738268?v=4)[Yijie Li](/maintainers/yijie)[@yijie](https://github.com/yijie)

---

Top Contributors

[![erlibu](https://avatars.githubusercontent.com/u/9193139?v=4)](https://github.com/erlibu "erlibu (11 commits)")[![axdlee](https://avatars.githubusercontent.com/u/19663777?v=4)](https://github.com/axdlee "axdlee (2 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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