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

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

mavinoo/laravel-sms-iran
========================

package for send sms with laravel (All gatways in Iran)

v1.2(8y ago)22062MITPHPPHP &gt;=5.4.0

Since Jan 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mavinoo/laravel-sms-iran)[ Packagist](https://packagist.org/packages/mavinoo/laravel-sms-iran)[ RSS](/packages/mavinoo-laravel-sms-iran/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

LaravelSms
==========

[](#laravelsms)

package for send sms with laravel (All gatways in Iran)

installation
------------

[](#installation)

For install this package Edit your project's `composer.json` file to require mavinoo/Laravel-sms-iran

```
"require": {
  "mavinoo/Laravel-sms-iran": "dev-master"
},
```

Now, update Composer:

```
composer update

```

Once composer is finished, you need to add the service provider. Open `app/config/app.php`, and add a new item to the providers array.

```
Mavinoo\LaravelSmsIran\Laravel\SmsServiceProvider::class,

```

Next, add a Facade for more convenient usage. In `app/config/app.php` add the following line to the aliases array:

```
'Sms' => Mavinoo\LaravelSmsIran\Laravel\Facade\Sms::class,

```

Publish config files:

```
php artisan vendor:publish

```

for change username, password and other configuration change `app/config/sms.php`

Usage
-----

[](#usage)

### Send Message

[](#send-message)

```
Sms::sendSMS(['09136000415', '09361265987', '09336505170'], 'text mesage'); // send message for persons
```

### Change Gateway

[](#change-gateway)

```
$sms = new Sms(new \Mavinoo\LaravelSmsIran\Gateways\AzinwebGateway());

$sms->sendSMS(['09136000415', '09336505170'], 'text message');
```

### Get Credit

[](#get-credit)

```
Sms::getCredit();
```

### Gateway

[](#gateway)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

3079d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16878523?v=4)[Mohammad Ghanbari](/maintainers/mavinoo)[@mavinoo](https://github.com/mavinoo)

---

Top Contributors

[![mavinoo](https://avatars.githubusercontent.com/u/16878523?v=4)](https://github.com/mavinoo "mavinoo (5 commits)")

### Embed Badge

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

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

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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