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

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

j2zl/easy-sms
=============

聚美-云上贵州短信

1.0.9(3y ago)032mitPHP

Since Dec 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/J2zl/easysms)[ Packagist](https://packagist.org/packages/j2zl/easy-sms)[ RSS](/packages/j2zl-easy-sms/feed)WikiDiscussions master Synced 2d ago

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

短信sdk
=====

[](#短信sdk)

**安装**

```
composer require j2zl/easy-sms

```

发布配置文件
------

[](#发布配置文件)

```
php artisan vendor:publish --provider="EasySms\Providers\ServiceProvider"

```

短信SDK
-----

[](#短信sdk-1)

> 已完成

- send 发送短信
- sendRawContent 发送自定义短信

#### 发送短信

[](#发送短信)

```
$sms = app('EasySms');
list($success, $response) = $sms->send('183****014', '无需填入, 兼容jumdata语法', ['5678']);
list($success, $response) = $sms->sendRawContent('183****014', 'content');

if ($success == false) {
    // 短信发送失败
}
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

Total

9

Last Release

1292d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6677f9ec35b91d536f9505311cbd74b7c385b5dd304bffcc6418b30fa67ad741?d=identicon)[J2zl](/maintainers/J2zl)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NotifyX、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

687114.3k8](/packages/guanguans-notify)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

254168.5k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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