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 yesterday

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 37% 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

2219d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/03685ecbb221984b1dcff2fbd3f24605802f2ac96b7fc5a4e74dd3947cab0fb9?d=identicon)[yijie](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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