PHPackages                             itsyc/yii2-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. itsyc/yii2-taobao

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

itsyc/yii2-taobao
=================

The taobao plugin for the PHP

55.8k5PHP

Since Jun 13Pushed 8y ago2 watchersCompare

[ Source](https://github.com/songyichao/yii2-taobao)[ Packagist](https://packagist.org/packages/itsyc/yii2-taobao)[ RSS](/packages/itsyc-yii2-taobao/feed)WikiDiscussions master Synced 2mo ago

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

yii2-taobao
===========

[](#yii2-taobao)

将阿里大于api整合为composer扩展（虽然名称是yii只要是composer就可以安装使用）

安装
--

[](#安装)

```
composer require itsyc/yii2-taobao dev-master
```

使用
--

[](#使用)

发送短信验证码的接口

```
TopSdk::set();
$taobao = new Autoloader();
$c = new TopClient();
$c->appkey = $appkey;     //自己阿里大鱼的appkey
$c->secretKey = $secretKey;   //自己阿里大鱼的secretKey
$req = new AlibabaAliqinFcSmsNumSendRequest();
$req->setExtend("123456");
$req->setSmsType("normal");
$req->setSmsFreeSignName("有票了");
$req->setSmsParam("{\"code\":\"123123\"}");
$req->setRecNum("13023232323");
$req->setSmsTemplateCode("SMS_22910019");
$resp = $c->execute($req);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad4567f6b9d03d80974b46fd33f246fc804ff352d1bfebfbffef3e03f6d4e11e?d=identicon)[songyichao](/maintainers/songyichao)

---

Top Contributors

[![songyichao](https://avatars.githubusercontent.com/u/12669167?v=4)](https://github.com/songyichao "songyichao (2 commits)")

### Embed Badge

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

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

###  Alternatives

[burdamagazinorg/thunder-project

Project template for Thunder projects with composer

2727.1k](/packages/burdamagazinorg-thunder-project)

PHPackages © 2026

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