PHPackages                             usermp/laravel-multisms - 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. usermp/laravel-multisms

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

usermp/laravel-multisms
=======================

Laravel MultiSMS is a package that allows you to send SMS messages through multiple SMS providers in your Laravel application.

v1.2.1(3y ago)4341MITPHPPHP ^8.0

Since May 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/usermp/laravel-multisms)[ Packagist](https://packagist.org/packages/usermp/laravel-multisms)[ RSS](/packages/usermp-laravel-multisms/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)DependenciesVersions (7)Used By (0)

Laravel Multisms
================

[](#laravel-multisms)

Laravel Multisms is a Laravel package for sending SMS messages using multiple SMS providers.

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

[](#installation)

You can install the package using Composer:

```
composer require usermp/laravel-multisms

```

open your config/app.php and add this line in providers section

```
Usermp\MultiSms\MultiSmsServiceProvider::class

```

Publish the configuration file:

```
php artisan vendor:publish --provider="Usermp\MultiSms\MultiSmsServiceProvider" --tag="config"

```

Update the `config/multisms.php` file with your SMS provider settings.

Usage
-----

[](#usage)

You can use the `MultiSms` facade to send SMS messages:

```
use Usermp\MultiSms\Facades\MultiSms;

MultiSms::to('09123456789')->send('Hello, World!');

```

By default, the package will use the first SMS provider specified in the `config/multisms.php` file. If that provider fails to send the SMS message, the package will automatically try the next provider until the message is sent successfully.

You can also specify the SMS provider to use by calling the `via` method on the `MultiSms` facade:

```
MultiSms::via('smsir')->to('09123456789')->send('Hello, World!');

```

In this example, the `via` method specifies that the SMS message should be sent using the `smsir` provider.

Supported Providers
-------------------

[](#supported-providers)

Laravel Multisms currently supports the following SMS providers:

- Sms.ir
- KavehNegar
- Ghasedak

You can add more providers by implementing the `SmsProviderInterface` interface and adding the provider to the `config/multisms.php` file.

License
-------

[](#license)

Laravel Multisms is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Recently: every ~12 days

Total

6

Last Release

1112d ago

PHP version history (4 changes)v1.0.3PHP ^7.4

v1.1.0PHP ^7.4|^8.0

v1.2.0PHP 8.0

v1.2.1PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/48add354597189247b456142f8384caf8b7dde8d30e48eab47b6a1484ebceecc?d=identicon)[usermp](/maintainers/usermp)

---

Top Contributors

[![usermp](https://avatars.githubusercontent.com/u/39251365?v=4)](https://github.com/usermp "usermp (17 commits)")

### Embed Badge

![Health badge](/badges/usermp-laravel-multisms/health.svg)

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

###  Alternatives

[bigbharatjain/laravel-clickatell

This package makes it easy to send sms using clickatell.com with Laravel 5.

1435.2k](/packages/bigbharatjain-laravel-clickatell)[motomedialab/smtp2go

Send emails via API using the first-class email courier SMTP2Go

1323.6k](/packages/motomedialab-smtp2go)

PHPackages © 2026

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