PHPackages                             immortalvision/laravel-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. immortalvision/laravel-sms

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

immortalvision/laravel-sms
==========================

Laravel SMS Service Provider

1.0.4(9y ago)0281MITPHPPHP &gt;=5.4.0

Since Nov 17Pushed 9y ago2 watchersCompare

[ Source](https://github.com/ImmortalVision/laravel-sms)[ Packagist](https://packagist.org/packages/immortalvision/laravel-sms)[ RSS](/packages/immortalvision-laravel-sms/feed)WikiDiscussions Develop Synced 3w ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

[![Gitter](https://camo.githubusercontent.com/18ec2fbdf014c8ec7a605c256b16d1fcdceca897d8132c29431e1279ffb2c2c6/68747470733a2f2f6261646765732e6769747465722e696d2f496d6d6f7274616c566973696f6e2f4c61726176656c2d534d532e737667)](https://gitter.im/ImmortalVision/Laravel-SMS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

Laravel-SMS
===========

[](#laravel-sms)

Laravel SMS Service Provider

[![Laravel 5.3](https://camo.githubusercontent.com/43de799b2f52f81c3e5e05e15191e5192b26b55d0d16e70a803a8267136e75c8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e332d6634363435662e737667)](https://camo.githubusercontent.com/43de799b2f52f81c3e5e05e15191e5192b26b55d0d16e70a803a8267136e75c8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e332d6634363435662e737667)[![Laravel 5.2](https://camo.githubusercontent.com/6a2aecf819d46484be64d17c3356d388b6f3b3e914c18ac5d7f3578a935a2770/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e322d6634363435662e737667)](https://camo.githubusercontent.com/6a2aecf819d46484be64d17c3356d388b6f3b3e914c18ac5d7f3578a935a2770/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e322d6634363435662e737667)[![Laravel 5.1](https://camo.githubusercontent.com/debf3e02a29ed710a46e10243c0fd84e35d89608988b4aad68459fb0f0fae8f9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e312d6634363435662e737667)](https://camo.githubusercontent.com/debf3e02a29ed710a46e10243c0fd84e35d89608988b4aad68459fb0f0fae8f9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e312d6634363435662e737667)[![Laravel 5.0](https://camo.githubusercontent.com/93950e24fb94d83195fcaf0a71f2ad987eaf2e368c059f59b7ab8677284f0c44/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e302d6634363435662e737667)](https://camo.githubusercontent.com/93950e24fb94d83195fcaf0a71f2ad987eaf2e368c059f59b7ab8677284f0c44/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e302d6634363435662e737667)[![Laravel 4.2](https://camo.githubusercontent.com/5082187d110c7f214eb85535e944c5b50dddf182bb953161a7cd6fb616994f8c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d342e322d6634363435662e737667)](https://camo.githubusercontent.com/5082187d110c7f214eb85535e944c5b50dddf182bb953161a7cd6fb616994f8c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d342e322d6634363435662e737667)[![Latest Stable Version](https://camo.githubusercontent.com/2cce47285b669bfcc3cdd28bc43e79bd669c5a497abc8101783f257969265a19/68747470733a2f2f706f7365722e707567782e6f72672f696d6d6f7274616c766973696f6e2f6c61726176656c2d736d732f762f737461626c652e737667)](https://packagist.org/packages/immortalvision/laravel-sms)[![Total Downloads](https://camo.githubusercontent.com/f346a9a45c96d45eed0eb78af29cb54816230c06443b883e253347894259cb1b/68747470733a2f2f706f7365722e707567782e6f72672f696d6d6f7274616c766973696f6e2f6c61726176656c2d736d732f646f776e6c6f6164732e737667)](https://packagist.org/packages/immortalvision/laravel-sms)[![License](https://camo.githubusercontent.com/90175aa36e491d20f987f9a63dcbf22b8f6de66718d6a06714eaf85e48e428a2/68747470733a2f2f706f7365722e707567782e6f72672f696d6d6f7274616c766973696f6e2f6c61726176656c2d736d732f6c6963656e73652e737667)](https://packagist.org/packages/immortalvision/laravel-sms)

Installation
------------

[](#installation)

Run the following command in your laravel directory:

`composer require immortalvision/laravel-sms`

Setup
-----

[](#setup)

1. In `/config/app.php`, add the following to `providers`:

```
ImmortalVision\SMS\SmsServiceProvider::class,

```

and the following to `aliases`:

```
'SMS' => ImmortalVision\SMS\Facades\SMS::class,

```

2. Run `php artisan vendor:publish`.
3. Enter your api data in `/config/SMS.php`.

Usage
-----

[](#usage)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

5

Last Release

3594d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80fe63a037c64484387e591145783fe2ca80c0ce8229d9dec92b1a1c2157ef62?d=identicon)[Pezhvak](/maintainers/Pezhvak)

---

Top Contributors

[![Pezhvak](https://avatars.githubusercontent.com/u/3134479?v=4)](https://github.com/Pezhvak "Pezhvak (14 commits)")

---

Tags

laravelsmsiranmellipayamak

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k9.6k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90128.1k](/packages/emargareten-inertia-modal)[linkxtr/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

3614.9k](/packages/linkxtr-laravel-qrcode)[wearepixel/laravel-cart

A cart implementation for Laravel

1355.6k](/packages/wearepixel-laravel-cart)

PHPackages © 2026

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