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(2y ago)4341MITPHPPHP ^8.0

Since May 2Pushed 2y 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 1mo 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 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

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

Every ~18 days

Recently: every ~12 days

Total

6

Last Release

1020d 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

[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)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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