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

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

scolib/laravel-easy-sms
=======================

easy-sms for laravel

v1.0.0(6y ago)024MITPHPPHP ~7.1

Since May 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ScoLib/laravel-easy-sms)[ Packagist](https://packagist.org/packages/scolib/laravel-easy-sms)[ Docs](https://github.com/scolib/laravel-easy-sms)[ RSS](/packages/scolib-laravel-easy-sms/feed)WikiDiscussions master Synced yesterday

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

Laravel Easy SMS
================

[](#laravel-easy-sms)

[Easy SMS](https://github.com/overtrue/easy-sms) For Laravel 5.\*

[![Latest Stable Version](https://camo.githubusercontent.com/98560169a689084ae43c935436efab3973f0d5dd4f704cc96e977f559626e814/68747470733a2f2f706f7365722e707567782e6f72672f73636f6c69622f6c61726176656c2d656173792d736d732f762f737461626c65)](https://packagist.org/packages/scolib/laravel-easy-sms) [![Total Downloads](https://camo.githubusercontent.com/a418e367114163e5a070d5da64254a3195f45fa7335f3d91f09e9545813e4867/68747470733a2f2f706f7365722e707567782e6f72672f73636f6c69622f6c61726176656c2d656173792d736d732f646f776e6c6f616473)](https://packagist.org/packages/scolib/laravel-easy-sms) [![Latest Unstable Version](https://camo.githubusercontent.com/9663263971fe55f8b7a7e42213e54457c3ed8e87205478fdd4aac9355b5dbff1/68747470733a2f2f706f7365722e707567782e6f72672f73636f6c69622f6c61726176656c2d656173792d736d732f762f756e737461626c65)](https://packagist.org/packages/scolib/laravel-easy-sms) [![License](https://camo.githubusercontent.com/fa73be479755b83ecc9a0d42a1b39427f618e3661813e8e45b800592433269ae/68747470733a2f2f706f7365722e707567782e6f72672f73636f6c69622f6c61726176656c2d656173792d736d732f6c6963656e7365)](https://packagist.org/packages/scolib/laravel-easy-sms)[![Analytics](https://camo.githubusercontent.com/98f99d0854233613a0197861fff3ee1a8181635dade5256a21b2493e83c239c0/68747470733a2f2f67612d626561636f6e2e61707073706f742e636f6d2f55412d3134303635373633392d312f6c61726176656c2d656173792d736d732f726561646d65)](https://packagist.org/packages/scolib/laravel-easy-sms)[![Code Climate](https://camo.githubusercontent.com/0e29cbe687e7d73948a8648149ff82c50c3bf69648e528671b5b7f8cdf3ef80b/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53636f4c69622f6c61726176656c2d656173792d736d732f6261646765732f6770612e737667)](https://codeclimate.com/github/ScoLib/laravel-easy-sms)

Install
-------

[](#install)

Via Composer

```
$ composer require scolib/laravel-easy-sms
```

Publish Configuration
---------------------

[](#publish-configuration)

```
php artisan vendor:publish --provider "Sco\LaravelEasySms\LaravelServiceProvider"
```

Usage
-----

[](#usage)

```
EasySms::send(13188888888, [
    'content'  => '您的验证码为: 6379',
    'template' => 'SMS_001',
    'data' => [
        'code' => 6379
    ],
]);

// .....
$order = ...;
$message = new OrderPaidMessage($order);

EasySms::send(13188888888, $message);
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [klgd](https://github.com/klgd)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

2548d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b6a8a8c087979593079b77f376d3b33bf3b0669dc9273370753772bfd88207e8?d=identicon)[klgd](/maintainers/klgd)

---

Top Contributors

[![klgd](https://avatars.githubusercontent.com/u/8554422?v=4)](https://github.com/klgd "klgd (6 commits)")

---

Tags

ScoLiblaravel-easy-sms

### Embed Badge

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

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

###  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)
