PHPackages                             humx/hyperf-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. humx/hyperf-sms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

humx/hyperf-sms
===============

v2.0.0(2y ago)025MITPHPPHP &gt;=8.1

Since Jan 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/xiaoxiaoxuan/hyperfsms)[ Packagist](https://packagist.org/packages/humx/hyperf-sms)[ RSS](/packages/humx-hyperf-sms/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (10)Versions (3)Used By (0)

### 兼容overtrue/easy-sms协程化，hyperf用户方便使用，详细使用请参考：

[](#兼容overtrueeasy-sms协程化hyperf用户方便使用详细使用请参考httpsgithubcomovertrueeasy-sms)

#### 1.安装

[](#1安装)

```
composer require humx/hyperf-sms:1.0.0

```

#### 2.发布配置

[](#2发布配置)

```
php bin/hyperf.php vendor:publish humx/hyperf-sms

```

#### 3.基本调用

[](#3基本调用)

```

use Humx\HyperfSms\Contract\SmsInterface;
use Hyperf\Utils\ApplicationContext;

$easySms = ApplicationContext::getContainer()->get(SmsInterface::class);
$result = $easySms->send(18888888888, [
    'content'  => '{1}为您的登录验证码，请于5分钟内填写',
    'template' => '12345',
    'data' => [
        'code' => 1234
    ],
]);

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

833d ago

Major Versions

v1.0.0 → v2.0.02024-03-21

PHP version history (2 changes)v1.0.0PHP &gt;=8.0

v2.0.0PHP &gt;=8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16330368?v=4)[莽莽他老婆](/maintainers/humx)[@humx](https://github.com/humx)

---

Top Contributors

[![xiaoxiaoxuan](https://avatars.githubusercontent.com/u/8540808?v=4)](https://github.com/xiaoxiaoxuan "xiaoxiaoxuan (3 commits)")

---

Tags

phphyperf

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/humx-hyperf-sms/health.svg)

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

###  Alternatives

[hyperf/hyperf-skeleton

A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.

313190.9k](/packages/hyperf-hyperf-skeleton)[hyperf/watcher

Hot reload watcher for Hyperf

17904.9k31](/packages/hyperf-watcher)[hyperf-ext/sms

The Hyperf SMS package.

254.4k](/packages/hyperf-ext-sms)

PHPackages © 2026

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