PHPackages                             nece001/php-brawl-sms-aliyun - 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. nece001/php-brawl-sms-aliyun

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

nece001/php-brawl-sms-aliyun
============================

php 阿里云短信基础服务项目

1.0.1(3y ago)05MITPHPPHP &gt;=7.2

Since Jun 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/nece001/php-brawl-sms-aliyun)[ Packagist](https://packagist.org/packages/nece001/php-brawl-sms-aliyun)[ RSS](/packages/nece001-php-brawl-sms-aliyun/feed)WikiDiscussions main Synced today

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

php-brawl-sms-aliyun
====================

[](#php-brawl-sms-aliyun)

PHP 阿里云短信基础服务适配项目

依赖
==

[](#依赖)

composer require alibabacloud/dysmsapi-20170525

示例：
===

[](#示例)

```
    $conf = array(
        'accessKeyId' => 'xxx',
        'accessKeySecret' => 'xxx',
        'endpoint' => 'dysmsapi.aliyuncs.com',
        'sign_name' => '阿里云'
    );

    // 创建配置
    $config = Factory::createConfig('Aliyun');
    $config->setConfig($conf);

    // 创建客户端
    $sms = Factory::createClient($config);
    try {
        $template_id = '1529729'; // 模板ID
        $params = array('1234', '3'); // 内容参数

        // 添加号码
        $sms->addPhoneNumber('131xxxxxxxx');
        $sms->addPhoneNumber('132xxxxxxxx');

        // 发送
        $result = $sms->send($template_id, $params);

        echo '发送结果：';
        print_r($result);
    } catch (Throwable $e) {
        echo $e->getMessage();
        echo $sms->getErrorMessage();
    }
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

1109d ago

### Community

Maintainers

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

---

Top Contributors

[![nece001](https://avatars.githubusercontent.com/u/3203603?v=4)](https://github.com/nece001 "nece001 (6 commits)")

### Embed Badge

![Health badge](/badges/nece001-php-brawl-sms-aliyun/health.svg)

```
[![Health](https://phpackages.com/badges/nece001-php-brawl-sms-aliyun/health.svg)](https://phpackages.com/packages/nece001-php-brawl-sms-aliyun)
```

###  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)
