PHPackages                             zacksleo/easy-sms-mw - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. zacksleo/easy-sms-mw

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

zacksleo/easy-sms-mw
====================

The easiest way to send short message.

2.0.0(7y ago)01.7kMITPHPCI failing

Since Sep 3Pushed 7y ago1 watchersCompare

[ Source](https://github.com/zacksleo/easy-sms-mw)[ Packagist](https://packagist.org/packages/zacksleo/easy-sms-mw)[ RSS](/packages/zacksleo-easy-sms-mw/feed)WikiDiscussions master Synced today

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

Easy SMS 梦网云通信企业网关
==================

[](#easy-sms-梦网云通信企业网关)

安装
--

[](#安装)

```
$ composer require "zacksleo/easy-sms-mw"
```

通过自定义网关使用
---------

[](#通过自定义网关使用)

```
use Overtrue\EasySms\EasySms;
use zacksleo\easysms\Gateways\MwGateway;

$config = [
    ...
    'default' => [
        'gateways' => [
            'mw', // 配置自定义网关
        ],
    ],
    'gateways' => [
        'mw' => [
            'userId' => 'your-api-key',
            'password' => 'your-api-password',
            'pszSubPort' => 'psz-sub-port',
        ],
    ],
];

$easySms = new EasySms($config);

// 注册
$easySms->extend('mw', function($gatewayConfig){
    // $gatewayConfig 来自配置文件里的 `gateways.mygateway`
    return new MwGateway($gatewayConfig);
});

$res = $easySms->send(13188888888, [
    'content'  => '您的验证码为: 6379',
]);

if ($res['mw']['status'] == 'success') {
    throw new Exception('发送失败');
}
```

> 更多内容请参考：[easy-sms 文档](https://github.com/overtrue/easy-sms)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 68.2% 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 ~90 days

Total

2

Last Release

2717d ago

Major Versions

1.1.3 → 2.0.02018-12-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e97b8a6f67b09513e345a128d73a63898ae1ec9f6a6c77234c78b3f16d305d1?d=identicon)[zacksleo](/maintainers/zacksleo)

---

Top Contributors

[![overtrue](https://avatars.githubusercontent.com/u/1472352?v=4)](https://github.com/overtrue "overtrue (105 commits)")[![monster-hunter](https://avatars.githubusercontent.com/u/7071275?v=4)](https://github.com/monster-hunter "monster-hunter (7 commits)")[![zacksleo](https://avatars.githubusercontent.com/u/3369169?v=4)](https://github.com/zacksleo "zacksleo (5 commits)")[![xule](https://avatars.githubusercontent.com/u/16033025?v=4)](https://github.com/xule "xule (5 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (4 commits)")[![zhenggg](https://avatars.githubusercontent.com/u/16322902?v=4)](https://github.com/zhenggg "zhenggg (3 commits)")[![iwzh](https://avatars.githubusercontent.com/u/9714125?v=4)](https://github.com/iwzh "iwzh (3 commits)")[![medz](https://avatars.githubusercontent.com/u/5564821?v=4)](https://github.com/medz "medz (3 commits)")[![novalevel](https://avatars.githubusercontent.com/u/16075283?v=4)](https://github.com/novalevel "novalevel (3 commits)")[![jcc](https://avatars.githubusercontent.com/u/12684082?v=4)](https://github.com/jcc "jcc (2 commits)")[![crny](https://avatars.githubusercontent.com/u/3130566?v=4)](https://github.com/crny "crny (2 commits)")[![oiuv](https://avatars.githubusercontent.com/u/13300261?v=4)](https://github.com/oiuv "oiuv (1 commits)")[![involvements](https://avatars.githubusercontent.com/u/1711966?v=4)](https://github.com/involvements "involvements (1 commits)")[![qbhy](https://avatars.githubusercontent.com/u/24204533?v=4)](https://github.com/qbhy "qbhy (1 commits)")[![Hanson](https://avatars.githubusercontent.com/u/10583423?v=4)](https://github.com/Hanson "Hanson (1 commits)")[![tianyong90](https://avatars.githubusercontent.com/u/9278461?v=4)](https://github.com/tianyong90 "tianyong90 (1 commits)")[![TIGERB](https://avatars.githubusercontent.com/u/12149373?v=4)](https://github.com/TIGERB "TIGERB (1 commits)")[![tradzero](https://avatars.githubusercontent.com/u/13845447?v=4)](https://github.com/tradzero "tradzero (1 commits)")[![DanceSmile](https://avatars.githubusercontent.com/u/19426476?v=4)](https://github.com/DanceSmile "DanceSmile (1 commits)")[![leo108](https://avatars.githubusercontent.com/u/1551716?v=4)](https://github.com/leo108 "leo108 (1 commits)")

---

Tags

easy-sms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zacksleo-easy-sms-mw/health.svg)

```
[![Health](https://phpackages.com/badges/zacksleo-easy-sms-mw/health.svg)](https://phpackages.com/packages/zacksleo-easy-sms-mw)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[leonis/easysms-notification-channel

EasySms Notification Channel for Laravel.

15839.6k](/packages/leonis-easysms-notification-channel)

PHPackages © 2026

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