PHPackages                             yonghua4413/ali-sms - 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. yonghua4413/ali-sms

ActiveProject[API Development](/categories/api)

yonghua4413/ali-sms
===================

阿里大鱼 阿里新版短信

v0.05(8y ago)067MITPHPPHP &gt;=5.4.0

Since Jan 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/yonghua4413/ali-sms)[ Packagist](https://packagist.org/packages/yonghua4413/ali-sms)[ RSS](/packages/yonghua4413-ali-sms/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (5)Used By (0)

AliSms
======

[](#alisms)

阿里新版短信

```
$ composer require yonghua4413/ali-sms

```

```
//引入
use YYHSms\SendSms;
$app = [
    'accessKeyId' => '',
    'accessKeySecret' => ''
];
$parems = [
    'PhoneNumbers' => '手机号,多个手机号请用“,”隔开',
    'SignName' => '短信签名',
    'TemplateCode' => '模板编号',
    'TemplateParam' => [
    	//模板变量名 => 模板变量值
        'token' => $token
    ]
];
$sms = new SendSms($app, $parems);
$info = (array) $sms -> send();
```

如遇超时，请设置如下
----------

[](#如遇超时请设置如下)

```
set_time_limit(0);
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Total

4

Last Release

3098d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20510201?v=4)[yonghua](/maintainers/yonghua4413)[@yonghua4413](https://github.com/yonghua4413)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/yonghua4413-ali-sms/health.svg)

```
[![Health](https://phpackages.com/badges/yonghua4413-ali-sms/health.svg)](https://phpackages.com/packages/yonghua4413-ali-sms)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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