PHPackages                             orkhanahmadov/laravel-az-sms-sender - 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. orkhanahmadov/laravel-az-sms-sender

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

orkhanahmadov/laravel-az-sms-sender
===================================

Laravel 5 SMS Sender for Azerbaijani SMS providers

1.0.3(8y ago)1259MITPHPPHP &gt;=5.6.4

Since Feb 13Pushed 8y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (12)Used By (0)

Laravel SMS Sender for Azerbaijani SMS providers
================================================

[](#laravel-sms-sender-for-azerbaijani-sms-providers)

SMS sender currently supports 2 providers:

- Mobis (mobis.az)
- MSM (msm.az)

### Installation

[](#installation)

Run Composer command:

```
composer require orkhanahmadov/laravel-az-sms-sender

```

Add this line to your provider list (`app/config.app`):

```
Orkhanahmadov\LaravelAzSmsSender\LaravelAzSmsSenderServiceProvider::class,
```

Add this line to your aliases list (`app/config.app`):

```
'SmsSender' => Orkhanahmadov\LaravelAzSmsSender\Facade\SmsSender::class,
```

Lastly you need to add following lines to your `.env` file and fill their values:

```
SMS_API_PROVIDER=
SMS_API_USER=
SMS_API_PASSWORD=
SMS_API_SENDER_NAME=
SMS_API_USE_DB=

```

- SMS\_API\_PROVIDER - SMS provider name, `msm` or `mobis`
- SMS\_API\_USER - Username given by provider
- SMS\_API\_PASSWORD - Password given by provider
- SMS\_API\_SENDER\_NAME - Sender name given by provider
- SMS\_API\_USE\_DB - Defines if all sent sms messages should be saved in DB table or not, `true` or `false`

If `SMS_API_USE_DB` is set to `true` the you need to migrate required tables to your database with artisan command:

```
php artisan migrate

```

### Usage

[](#usage)

To send SMS message anywhere in your app you can call:

```
SmsSender::send($number, $message);
```

- $number - recipient's phone number
- $message - SMS message

To send bulk message to multiple numbers you need to give array of numbers to $number argument, like:

```
SmsSender::send([994502223344, 994505558866, ..., ...], "This is bulk message for all numbers");
```

To send individual messages to different numbers you need to give array of numbers and messages to $number where key is number and value is message. Method will ignore $message argument so it can be skipped.

```
SmsSender::send([
    994552223344 => "This is message for 994552223344",
    994507775533 => "This is message for 994507775533",
    ...
]);
```

### Config

[](#config)

You can dump config files to your root `config` directory with artisan command:

```
php artisan vendor:publish

```

This command will create `az-sms-sender` folder inside your root `config` directory and dump all config files.

License
-------

[](#license)

MIT

### Todo

[](#todo)

- Report method to check sent SMS statuses (automatic status check maybe?)
- Balance method to check current balance
- Better exception handling

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Recently: every ~40 days

Total

11

Last Release

3090d ago

Major Versions

0.3.0 → 1.0.02017-08-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/c82e54991e0224fdc49d34ee60d0cfce5ea0cca1cd59771155e3b372d1fa1d11?d=identicon)[orkhanahmadov](/maintainers/orkhanahmadov)

---

Top Contributors

[![orkhanahmadov](https://avatars.githubusercontent.com/u/7041590?v=4)](https://github.com/orkhanahmadov "orkhanahmadov (15 commits)")

---

Tags

azerbaijan-smslaravel-sms-sendermobismsmsms-apisms apiazerbaijanmsm.azmobis.az

### Embed Badge

![Health badge](/badges/orkhanahmadov-laravel-az-sms-sender/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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