PHPackages                             hhink/webman-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. hhink/webman-sms

ActiveLibrary

hhink/webman-sms
================

Webman plugin hhink/webman-sms

v1.0.0(3y ago)38.0k↓43.2%MITPHPPHP &gt;=7.0

Since Sep 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/hh-Ink/webman-sms)[ Packagist](https://packagist.org/packages/hhink/webman-sms)[ RSS](/packages/hhink-webman-sms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

> 在overtrue/easy-sms上包装而来，方便 webman用户使用，详细使用请参考：

#### 1.安装

[](#1安装)

```
composer require hhink/webman-sms

```

#### 2.配置

[](#2配置)

配置文件位置：config/plugin/hhink/webman-sms

```
use Overtrue\EasySms\Strategies\OrderStrategy;

return [
    'enable' => true,

    // HTTP 请求的超时时间（秒）
    'timeout' => 5.0,

    // 默认发送配置
    'default' => [
        // 网关调用策略，默认：顺序调用
        'strategy' => OrderStrategy::class,

        // 默认可用的发送网关
        'gateways' => [
            'aliyun',
        ],
    ],
    // 可用的网关配置
    'gateways' => [
        'errorlog' => [
            'file' => '/tmp/easy-sms.log',
        ],
        'aliyun' => [
            'access_key_id' => '*****************',
            'access_key_secret' => '***********************',
            'sign_name' => '签名',
        ],
    ],
];

```

详细配置请查看：

#### 3.基本调用

[](#3基本调用)

```

use Hhink\WebmanSms\Sms;

Sms::app()->send('16688866686', [
    'content'  => '您的登录验证码: 032654',
    'template' => 'SMS_101',
    'data' => [
        'code' => 032654
    ],
]);

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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

2

Last Release

1349d ago

Major Versions

0.0.1 → v1.0.02022-09-07

### Community

Maintainers

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

---

Tags

phpsmswebman

### Embed Badge

![Health badge](/badges/hhink-webman-sms/health.svg)

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

###  Alternatives

[jaguarjack/catchadmin

The CatchAdmin Background management

8962.6k](/packages/jaguarjack-catchadmin)[leonis/easysms-notification-channel

EasySms Notification Channel for Laravel.

15839.6k](/packages/leonis-easysms-notification-channel)[ibrand/laravel-sms

ibrand laravel sms base overtrue's easy-sms

7125.9k7](/packages/ibrand-laravel-sms)[qingwuit/qwshop

laravel+vue for b2b2c.

1002.8k](/packages/qingwuit-qwshop)[hyperf-libraries/sms

2716.1k1](/packages/hyperf-libraries-sms)

PHPackages © 2026

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