PHPackages                             luban/top - 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. luban/top

ActiveLibrary[API Development](/categories/api)

luban/top
=========

淘宝开放平台SDK

v0.0.9(5y ago)012MITPHPPHP &gt;=7.2

Since Oct 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/iszhange/luban-top-php)[ Packagist](https://packagist.org/packages/luban/top)[ RSS](/packages/luban-top/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

luban-top (PHP)
===============

[](#luban-top-php)

鲁班·淘宝开放平台SDK

#### 使用示例

[](#使用示例)

```
require __DIR__ . '/vendor/autoload.php';

use LuBan\Top\Client;
use LuBan\Top\Requests\TbkItemInfoGetRequest;

$c = new Client();
$c->appKey = "You're appkey";
$c->secretKey = "You're appSecret";
$req = new TbkItemInfoGetRequest();
$req->setNumIids('627565398166');
$result = $c->execute($req);
var_dump($result);
```

#### 贡献代码

[](#贡献代码)

如果你想要参与代码开发请`fork`本项目，然后发起`pull request`。在通过代码检查和tests之后会将请求合并到主分支

#### 参考文档

[](#参考文档)

- [淘宝开放平台](https://open.taobao.com)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~18 days

Recently: every ~5 days

Total

9

Last Release

1927d 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 (16 commits)")[![iszhange](https://avatars.githubusercontent.com/u/18663434?v=4)](https://github.com/iszhange "iszhange (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/luban-top/health.svg)

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

###  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)
