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

ActiveLibrary

nece001/php-brawl-sms-tencent
=============================

php 腾讯云短信基础服务项目

1.0.1(2y ago)04MITPHPPHP &gt;=7.2

Since Jun 19Pushed 2y ago1 watchersCompare

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

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

php-brawl-sms-tencent
=====================

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

PHP 腾讯云短信基础服务适配项目

依赖
==

[](#依赖)

composer require tencentcloud/sms

示例
==

[](#示例)

```
    $conf = array(
        'secret_id' => 'xxx',
        'secret_key' => 'xxx',
        'region' => 'ap-guangzhou',
        'app_id' => 'xxxx',
        'sign_name' => 'xxx',
    );

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

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

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

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

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

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

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

1056d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c7ea7520d9628437f3c5710adefc9f92fc7b6cde28108441b5c3e216f400c497?d=identicon)[nece001](/maintainers/nece001)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[qsnh/meedu

meedu

3.8k3.1k](/packages/qsnh-meedu)[wonder-game/es-utility

utility for easyswoole

121.7k](/packages/wonder-game-es-utility)

PHPackages © 2026

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