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 2mo ago

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 32% 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

3049d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb85c97a5e63452ebd778ce91754af516592215e85c2774b0a25c567c1a91e98?d=identicon)[yonghua4413](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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