PHPackages                             makcent/yii2-alidayu - 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. makcent/yii2-alidayu

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

makcent/yii2-alidayu
====================

The message extension for the Yii framework

1.0.0(8y ago)010[1 issues](https://github.com/makcent/yii2-alidayu/issues)MITPHP

Since Sep 7Pushed 8y agoCompare

[ Source](https://github.com/makcent/yii2-alidayu)[ Packagist](https://packagist.org/packages/makcent/yii2-alidayu)[ RSS](/packages/makcent-yii2-alidayu/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist makcent/yii2-alidayu

```

or add

```
"makcent/yii2-alidayu": "~1.0.0"
```

to the require section of your composer.json.

Configuration
-------------

[](#configuration)

To use this extension, you have to configure the Connection class in your application configuration:

```
return [
    //....
    'components' => [
        'taobao' => [
            'class'  =>	'Alidayu\Top',
            'appkey' =>	'655565216',
            'secret' =>	'4b8981dfve4114c9d79387aa9'
        ],
    ]
];
```

---

Ali big fish SMS call example
-----------------------------

[](#ali-big-fish-sms-call-example)

```
$c = Yii::$app->taobao->TopClient;
$req = Yii::$app->taobao->AlibabaAliqinFcSmsNumSendRequest;
$req->setExtend("123456");
$req->setSmsType("normal");
$req->setSmsFreeSignName("久居你心");
$req->setSmsParam("{\"name\":\"1234\"}");
$req->setRecNum("18888888888");
$req->setSmsTemplateCode("SMS_909254503");
$resp = $c->execute($req);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 78.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

Unknown

Total

1

Last Release

3170d ago

### Community

Maintainers

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

---

Top Contributors

[![makcent](https://avatars.githubusercontent.com/u/25788914?v=4)](https://github.com/makcent "makcent (11 commits)")[![devfuming](https://avatars.githubusercontent.com/u/22841759?v=4)](https://github.com/devfuming "devfuming (3 commits)")

### Embed Badge

![Health badge](/badges/makcent-yii2-alidayu/health.svg)

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

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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