PHPackages                             imingxin/taobao-top-client - 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. imingxin/taobao-top-client

ActiveLibrary[API Development](/categories/api)

imingxin/taobao-top-client
==========================

A Taobao SDK.

0.0.1(4y ago)012MITPHP

Since Jul 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/imingxincc/taobao-top-client)[ Packagist](https://packagist.org/packages/imingxin/taobao-top-client)[ RSS](/packages/imingxin-taobao-top-client/feed)WikiDiscussions main Synced yesterday

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

 taobao-top-client
===================

[](#-taobao-top-client-)

 A Taobao Top SDK For Laravel7+.

说明
--

[](#说明)

**本扩展包不支持 Composer 1.x 安装，请确保升级到 Composer 2+ 后使用。**

安装
--

[](#安装)

```
$ composer require imingxin/taobao-top-client -vvv
```

配置
--

[](#配置)

发布资源，输入如下命令后会列出一系列 Provider 让你选择，你从中选出所需要的序号就可以了。

```
$ php artisan vendor:publish
```

添加环境变量

```
$ vim .env

# 追加应用的 AppKey 和  AppSecret 到环境变量配置文件中
# TAOBAO_APP_KEY=123456789
# TAOBAO_APP_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

使用
--

[](#使用)

使用示例：

```
use Imingxin\TaobaoTopClient\request\TbkTpwdCreateRequest;
.
.
.

$req = new TbkTpwdCreateRequest;
$req->setUrl("https://s.click.taobao.com/aTih7ku");
$resp = app('topClient')->execute($req);
return response()->json($resp);
```

响应示例：

```
{
    "data": {
        "model": "5￥VU1pXk3w4rS￥ https://m.tb.cn/h.4AiSUnj  【急速发货】TP-LINK全千兆无线路由器 千兆端口家用高速wifi穿墙王tplink双频5G大户型游戏IPv6宿舍学生寝室",
        "password_simple": "￥VU1pXk3w4rS￥"
    },
    "request_id": "15q60nriu82wz"
}
```

License
-------

[](#license)

MIT

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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 ~0 days

Total

2

Last Release

1808d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/86467241?v=4)[明心](/maintainers/imingxincc)[@imingxincc](https://github.com/imingxincc)

### Embed Badge

![Health badge](/badges/imingxin-taobao-top-client/health.svg)

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

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