PHPackages                             yzh52521/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. yzh52521/alisms

ActiveProject[Mail &amp; Notifications](/categories/mail)

yzh52521/alisms
===============

阿里大鱼 阿里新版短信

v1.0.1(5y ago)121MITPHPPHP &gt;=5.4.0

Since Jul 15Pushed 5y agoCompare

[ Source](https://github.com/yuanzhihai/alisms)[ Packagist](https://packagist.org/packages/yzh52521/alisms)[ RSS](/packages/yzh52521-alisms/feed)WikiDiscussions master Synced 3w ago

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

AliSms
======

[](#alisms)

阿里新版短信

```
$ composer require yzh52521/alisms

```

```
//引入
use yzh52521\AliSms;
$config = [
    'accessKeyId'     => '',
    'accessKeySecret' => '',
    'templateCode'    => '',
    'signName'        => '',
];
$params = [
    'mobile' => '手机号',
    'code' => '1234'//验证码
];
$sms = new AliSms($config);
//发送短信
$info = $sms->sendSms($params);

$mobile = [
   '132xxxxxxxx',
   '135xxxxxxxx'
];
$sign   = ['签名', '签名'];

$params=[
//模板变量名 => 模板变量值
    ['name' => '张三', 'product' => '产品'],
    ['name' => '李四', 'product' => '产品'],
];
//批量发送
$request = $sms->sendBatchSms($mobile,'SMS_111111',$sign,$params);
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

2104d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15060466?v=4)[听风吹雨](/maintainers/yuanzhihai)[@yuanzhihai](https://github.com/yuanzhihai)

---

Top Contributors

[![yuanzhihai](https://avatars.githubusercontent.com/u/15060466?v=4)](https://github.com/yuanzhihai "yuanzhihai (9 commits)")

### Embed Badge

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

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

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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