PHPackages                             ems-spot/laravel-melipayamak-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. [API Development](/categories/api)
4. /
5. ems-spot/laravel-melipayamak-sms

ActiveLaravel-package[API Development](/categories/api)

ems-spot/laravel-melipayamak-sms
================================

The melipayamak SMS integration for Laravel 5.

0.1.6(7y ago)173[1 issues](https://github.com/ems-spot/laravel-melipayamak-sms/issues)MITPHPPHP ^7.1.3

Since Sep 3Pushed 6y ago3 watchersCompare

[ Source](https://github.com/ems-spot/laravel-melipayamak-sms)[ Packagist](https://packagist.org/packages/ems-spot/laravel-melipayamak-sms)[ Docs](https://github.com/ems-spot/laravel-melipayamak-sms)[ RSS](/packages/ems-spot-laravel-melipayamak-sms/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (17)Used By (0)

laravel-melipayamak-sms
=======================

[](#laravel-melipayamak-sms)

> An unofficial integration of the melipayamak sms library for laravel 5.

Code Example
------------

[](#code-example)

```
public function toSms($notifiable)
{
    return (new SMS)
        ->text(__('sms.activation_code', ['code' => $this->activation_code]))
        ->to($notifiable->phone)
        ->sendText();
}

public function via($notifiable)
{
    return ['EmsSpot\Melipayamak\SMS'];
}

```

Installation
------------

[](#installation)

```
in .env:

MELIPAYAMAK_USERNAME=
MELIPAYAMAK_PASSWORD=
MELIPAYAMAK_FROM=
MELIPAYAMAK_DEBUG=false
MELIPAYAMAK_DEBUG_RECIPIENT=

in command line:

php artisan vendor:publish --provider="EmsSpot\Melipayamak\MelipayamakServiceProvider"

or if it doesnt work use

php artisan vendor:publish --force

```

License
-------

[](#license)

WTF

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~2 days

Total

16

Last Release

2780d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d2d43db437e135df4232bab8c9916edb986ceba2ab2df5d80b0e2f0abcc1642?d=identicon)[ariaa](/maintainers/ariaa)

![](https://www.gravatar.com/avatar/9b329e875b9db677620d28523c8352bf0e214fa27a1f3175a90ff3b4aba9974a?d=identicon)[faridsh69](/maintainers/faridsh69)

---

Top Contributors

[![faridsh69](https://avatars.githubusercontent.com/u/24242843?v=4)](https://github.com/faridsh69 "faridsh69 (24 commits)")[![ariaa](https://avatars.githubusercontent.com/u/600564?v=4)](https://github.com/ariaa "ariaa (4 commits)")[![mrhn2005](https://avatars.githubusercontent.com/u/38704339?v=4)](https://github.com/mrhn2005 "mrhn2005 (3 commits)")[![mkarimi-s](https://avatars.githubusercontent.com/u/22028131?v=4)](https://github.com/mkarimi-s "mkarimi-s (1 commits)")

---

Tags

melipayamak-sms-libraryunofficialapilaravelsmslaravel5melipayamak

### Embed Badge

![Health badge](/badges/ems-spot-laravel-melipayamak-sms/health.svg)

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

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[melipayamak/laravel

Laravel Melipayamak Integration

2528.9k1](/packages/melipayamak-laravel)[ardakilic/mutlucell

Mutlucell SMS API wrapper for sending sms text messages for Laravel

457.3k](/packages/ardakilic-mutlucell)

PHPackages © 2026

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