PHPackages                             omalizadeh/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. [Queues &amp; Workers](/categories/queues)
4. /
5. omalizadeh/laravel-sms

ActiveLibrary[Queues &amp; Workers](/categories/queues)

omalizadeh/laravel-sms
======================

A driver-based laravel package for sending messages via online sms providers.

v3.1.0(1mo ago)72.6k3MITPHPPHP ^8.4CI passing

Since Dec 10Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/omalizadeh/laravel-sms)[ Packagist](https://packagist.org/packages/omalizadeh/laravel-sms)[ Docs](https://github.com/omalizadeh/laravel-sms)[ RSS](/packages/omalizadeh-laravel-sms/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (10)Versions (12)Used By (0)

Laravel SMS Package
===================

[](#laravel-sms-package)

This is a laravel sms package with multi driver support. Supports laravel **v11.0+** and requires php **v8.3+**

> Star! ⭐ if you used and liked this package.

Supported SMS Providers
-----------------------

[](#supported-sms-providers)

- [Kavenegar](https://kavenegar.com)
- [SMS.ir](https://sms.ir)
- [FarazSMS](https://farazsms.com)
- [Signal](https://signalads.com)

Installation &amp; Configuration
--------------------------------

[](#installation--configuration)

Install using composer

```
  composer require omalizadeh/laravel-sms
```

Publish config file

```
  php artisan vendor:publish --provider=Omalizadeh\SMS\Providers\SMSServiceProvider
```

Usage
-----

[](#usage)

Single message:

```
    use Omalizadeh\SMS\Facades\SMS;
    use Omalizadeh\SMS\Requests\SendSMSRequest;

    SMS::send(new SendSMSRequest('+989123456789', 'Hello!'));
```

Template message:

```
    use Omalizadeh\SMS\Facades\SMS;
    use Omalizadeh\SMS\Requests\SendTemplateSMSRequest;

    SMS::sendTemplate(new SendTemplateSMSRequest('+989123456789', 'template_code', [
    'param1' => 'coupon',
    ]));
```

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance89

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 65.5% 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 ~124 days

Recently: every ~109 days

Total

11

Last Release

57d ago

Major Versions

v1.x-dev → v2.0.02023-08-04

v2.3.0 → v3.0.02025-11-20

PHP version history (3 changes)v1.0.0PHP ^7.4 || ^8.0

v2.0.0PHP ^8.2

v3.0.0PHP ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12392549?v=4)[Omid Alizadeh](/maintainers/omalizadeh)[@omalizadeh](https://github.com/omalizadeh)

---

Top Contributors

[![omalizadeh](https://avatars.githubusercontent.com/u/12392549?v=4)](https://github.com/omalizadeh "omalizadeh (36 commits)")[![phrshteh](https://avatars.githubusercontent.com/u/52778589?v=4)](https://github.com/phrshteh "phrshteh (13 commits)")[![Hebrahimzadeh](https://avatars.githubusercontent.com/u/38420287?v=4)](https://github.com/Hebrahimzadeh "Hebrahimzadeh (4 commits)")[![mjasnaashari](https://avatars.githubusercontent.com/u/97561345?v=4)](https://github.com/mjasnaashari "mjasnaashari (1 commits)")[![razie-khalaji](https://avatars.githubusercontent.com/u/123626033?v=4)](https://github.com/razie-khalaji "razie-khalaji (1 commits)")

---

Tags

messagephplaravelsmskavenegarpayamak

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M885](/packages/laravel-socialite)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)

PHPackages © 2026

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