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

ActiveLibrary

pamenary/laravel-sms
====================

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

1.0.2(9y ago)185743MITPHPPHP &gt;=5.4.0

Since Dec 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/pamenary/LaravelSms)[ Packagist](https://packagist.org/packages/pamenary/laravel-sms)[ RSS](/packages/pamenary-laravel-sms/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)DependenciesVersions (4)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 pamenary/LaravelSms

```
"require": {
  "pamenary/laravel-sms": "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.

```
Pamenary\LaravelSms\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' => Pamenary\LaravelSms\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)

```
use Pamenary\LaravelSms\Sms;

$sms = new Sms();
$sms->sendSMS(['09123456789'], 'text message');
```

### Get Credit

[](#get-credit)

```
use Pamenary\LaravelSms\Sms;

$sms = new Sms();
$sms->getCredit();
```

### Gateway

[](#gateway)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 82.8% 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 ~42 days

Total

3

Last Release

3343d ago

### Community

---

Top Contributors

[![pamenary](https://avatars.githubusercontent.com/u/5821738?v=4)](https://github.com/pamenary "pamenary (24 commits)")[![pishguy](https://avatars.githubusercontent.com/u/6617583?v=4)](https://github.com/pishguy "pishguy (4 commits)")[![msadeqi](https://avatars.githubusercontent.com/u/24833578?v=4)](https://github.com/msadeqi "msadeqi (1 commits)")

---

Tags

iranlaravelsms

### Embed Badge

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

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

PHPackages © 2026

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