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

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

church/laravel-easy-sms
=======================

overtrue/easy-sms wrapper

00PHP

Since Sep 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/fireqong/laravel-easy-sms)[ Packagist](https://packagist.org/packages/church/laravel-easy-sms)[ RSS](/packages/church-laravel-easy-sms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

### 安装

[](#安装)

```
composer require church/laravel-easy-sms
```

### 配置

[](#配置)

1.在 `config/app.php` 注册 `ServiceProvider` (Laravel 5.5+ 无需注册)

```
'providers' => [
    Church\LaravelEasySms\ServiceProvider::class
]
```

2.发布配置文件

```
php artisan vendor:publish --provider="Church\LaravelEasySms\ServiceProvider"
```

3.修改`config/sms.php`配置文件

### 使用

[](#使用)

```
$sms = app('sms');
$sms->send('13800138000', [

]);
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

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/c760cdd308559cfd4634a9a0242e8f71095bf7777b8219ac30ec2fe3ab2f657a?d=identicon)[fireqong](/maintainers/fireqong)

### Embed Badge

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

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

PHPackages © 2026

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