PHPackages                             firstphp/hyperf-qcloudsms - 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. firstphp/hyperf-qcloudsms

ActiveLibrary

firstphp/hyperf-qcloudsms
=========================

腾讯sms开发组件 for hyperf

v1.0.2(5y ago)15MITPHPPHP &gt;=7.2

Since Oct 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/lamplife/hyperf-qcloudsms)[ Packagist](https://packagist.org/packages/firstphp/hyperf-qcloudsms)[ RSS](/packages/firstphp-hyperf-qcloudsms/feed)WikiDiscussions main Synced 1w ago

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

腾讯sms开发组件 for hyperf
====================

[](#腾讯sms开发组件-for-hyperf)

### 安装组件:

[](#安装组件)

> composer require firstphp/hyperf-qcloudsms

### 发布配置:

[](#发布配置)

> php bin/hyperf.php vendor:publish firstphp/hyperf-qcloudsms

### 编辑.env配置：

[](#编辑env配置)

```
QCLOUD_SMS_APP_ID=1107983205
QCLOUD_SMS_APP_KEY=8e6df0qr843b49opd8353d1d2802d435
QCLOUD_SMS_TEMPLATE_ID=129402
QCLOUD_SMS_SIGN=小蚂蚁
```

### 示例代码：

[](#示例代码)

```
use Firstphp\HyperfQcloudsms\QcloundSmsInterface;

......

/**
 * @Inject
 * @var QcloundSmsInterface
 */
protected $qcloundSmsInterface;

public function test() {
    $res = $this->qcloundSmsInterface->sendWithParam($nationCode, $phoneNumber, $templId, $params, $sign, $extend, $ext);
    var_dump($res);
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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

3

Last Release

2026d ago

### Community

Maintainers

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

---

Top Contributors

[![lamplife](https://avatars.githubusercontent.com/u/12744359?v=4)](https://github.com/lamplife "lamplife (1 commits)")

---

Tags

phpsmshyperfqcloudsms

### Embed Badge

![Health badge](/badges/firstphp-hyperf-qcloudsms/health.svg)

```
[![Health](https://phpackages.com/badges/firstphp-hyperf-qcloudsms/health.svg)](https://phpackages.com/packages/firstphp-hyperf-qcloudsms)
```

###  Alternatives

[hyperf-ext/sms

The Hyperf SMS package.

254.4k](/packages/hyperf-ext-sms)[amirbagh75/smsir-php

Unofficial sms.ir PHP Package

181.2k](/packages/amirbagh75-smsir-php)

PHPackages © 2026

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