PHPackages                             mohsenbostan/ghasedak-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. mohsenbostan/ghasedak-sms

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

mohsenbostan/ghasedak-sms
=========================

Ghasedak SMS service package for laravel.

1.2.3(5y ago)132725MITPHP

Since Mar 8Pushed 4y ago2 watchersCompare

[ Source](https://github.com/mohsenbostan/ghasedak-sms)[ Packagist](https://packagist.org/packages/mohsenbostan/ghasedak-sms)[ Docs](https://github.com/mohsenbostan/ghasedak-sms)[ RSS](/packages/mohsenbostan-ghasedak-sms/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (3)Versions (8)Used By (0)

 [![Ghasedak SMS](https://camo.githubusercontent.com/cdbd2ef30537943682783b1ed42c6a90d36deecf1d1de8dc929df92b858740a3/68747470733a2f2f676861736564616b2e696f2f696d672f6c6f676f2e706e67)](https://camo.githubusercontent.com/cdbd2ef30537943682783b1ed42c6a90d36deecf1d1de8dc929df92b858740a3/68747470733a2f2f676861736564616b2e696f2f696d672f6c6f676f2e706e67)

Ghasedak SMS
============

[](#ghasedak-sms)

Ghasedak SMS Service Package For Laravel.
-----------------------------------------

[](#ghasedak-sms-service-package-for-laravel)

This package makes sending SMS simply via Ghasedak.io SMS Service.

> Important: This Package Requires Laravel 7 Or Newer!

To install package just do this few steps:
------------------------------------------

[](#to-install-package-just-do-this-few-steps)

1 - Run the command below to install it in your Laravel application:

```
composer require mohsenbostan/ghasedak-sms

```

2 - Run this command and publish config file:

```
php artisan vendor:publish --tag=config

```

3 - Add this to your .env file and replace defaults:

```
GHASEDAK_API_KEY="${GHASEDAK_API_KEY}"
GHASEDAK_LINE_NUMBER="${GHASEDAK_LINE_NUMBER}"
GHASEDAK_LINE_NUMBERS="${GHASEDAK_LINE_NUMBERS}"
```

Usage
-----

[](#usage)

- You can send Simple Single SMS like example:

```
use MohsenBostan\GhasedakSms;

$sms = GhasedakSms::sendSingleSMS($message, $receptor);

return $sms;
```

- You can send SMS to multiple receptors with multiple line numbers like example:

```
use MohsenBostan\GhasedakSms;

$sms = GhasedakSms::sendType1MultipleSMS($message, $receptors);

return $sms;
```

- You can send SMS to multiple receptors with one line number like example:

```
use MohsenBostan\GhasedakSms;

$sms = GhasedakSms::sendType2MultipleSMS($message, $receptors);

return $sms;
```

- You can send Voice Message like example:

```
use MohsenBostan\GhasedakSms;

$sms = GhasedakSms::sendVoiceMessage($message, $receptors);

return $sms;
```

**Usage Warnings :**

1. All data that you pass, Should be in string!
2. Line number(s) should stored in .env . ( Installation Guide 3)
3. When you use ***sendMultipleSMS***, you should separate numbers by comma ***" , "***. For example : " 09120000000,09180000000,09010000000 "

Contact Developer
-----------------

[](#contact-developer)

You Can Contact Me Via This Information:

- Email:
- Telegram: @mohsenbostan
- Instagram: @mohsenbostan.ir

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

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

Recently: every ~88 days

Total

6

Last Release

1905d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20592417?v=4)[Mohsen Bostan](/maintainers/mohsenbostan)[@mohsenbostan](https://github.com/mohsenbostan)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mohsenbostan-ghasedak-sms/health.svg)

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

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/fcm

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

5917.0M16](/packages/laravel-notification-channels-fcm)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2021.9M4](/packages/laravel-notification-channels-apn)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[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)
