PHPackages                             itjack/hyerf-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. itjack/hyerf-sms

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

itjack/hyerf-sms
================

hyerf短信发送插件

14PHP

Since May 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/itjackjw/hyerf-sms)[ Packagist](https://packagist.org/packages/itjack/hyerf-sms)[ RSS](/packages/itjack-hyerf-sms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

#### 1.安装

[](#1安装)

```
composer require itjack/hyperf-sms

```

#### 2.发布配置

[](#2发布配置)

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

```

#### 3.基本调用

[](#3基本调用)

```

use Itjack\HyerfSms\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

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/986919ff015de8d3e0980d61395213dadd758058ac5cfd7a6e7305899f2dacaa?d=identicon)[itjackjw](/maintainers/itjackjw)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/itjack-hyerf-sms/health.svg)

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

PHPackages © 2026

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