PHPackages                             silentlun/yii2-alisms - 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. [Framework](/categories/framework)
4. /
5. silentlun/yii2-alisms

ActiveYii2-extension[Framework](/categories/framework)

silentlun/yii2-alisms
=====================

Alisms extension for YII2

v1.1(10mo ago)0121BSD-3-ClausePHP

Since Mar 8Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/silentlun/yii2-alisms)[ Packagist](https://packagist.org/packages/silentlun/yii2-alisms)[ RSS](/packages/silentlun-yii2-alisms/feed)WikiDiscussions main Synced 2d ago

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

yii2-alisms
===========

[](#yii2-alisms)

Alisms extension for YII2

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist silentlun/yii2-alisms "*"

```

or add

```
"silentlun/yii2-alisms": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
use silentlun\alisms\AliSms;
$sendsms = new AliSms($accessKeyId, $accessKeySecret);
$response = $sendsms->SendSms($signName, $templateCode, $phoneNumbers, $data);
if ($response->Code == 'OK') {
    return true;
} else {
    return false;
}
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance55

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Every ~1592 days

Total

2

Last Release

300d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/77e448a626a78a92eee5ccb5303bbbcaae55f00e4414f769f295b4f7f72b05ad?d=identicon)[silentlun](/maintainers/silentlun)

---

Top Contributors

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

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/silentlun-yii2-alisms/health.svg)

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

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)

PHPackages © 2026

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