PHPackages                             parsidev/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. parsidev/sms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

parsidev/sms
============

package for send sms with laravel5 (published for parssms24.ir)

5.1.x-dev(10y ago)011MITPHP &gt;=5.5.9

Since Mar 6Compare

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

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

laravelSms
==========

[](#laravelsms)

package for send sms with laravel5 (published for [parssms24.ir](http://parssms24.ir)) this package only work for iranian mobile operator

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

[](#installation)

For install this package Edit your project's `composer.json` file to require parsidev/sms

```
"require": {
    "laravel/framework": "5.*",
    "parsidev/sms": "dev-master"
},
"minimum-stability": "dev"
```

Now, update Composer:

```
composer update

```

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

```
'Parsidev\Sms\SmsServiceProvider',

```

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

```
'Sms' => 'Parsidev\Sms\Facades\Sms',

```

Publish config files:

```
php artisan vendor:publish

```

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

Usage
-----

[](#usage)

for use this package, please register on [parssms24.ir](http://parssms24.ir)

### Send Message

[](#send-message)

```
Sms::send('9123456789', 'text message', isFlash=True); // send flash message for a person

Sms::send(['9123456789', '91234567890'], 'text mesage', isFlash=True); // send flash message for persons

Sms::send('9123456789', 'text message'); // send normal message for a person

Sms::send(['9123456789', '91234567890'], 'text mesage'); // send normal message for persons
```

### Get Credit

[](#get-credit)

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

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

4001d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11275201?v=4)[Mohammad Reza](/maintainers/parsidev)[@parsidev](https://github.com/parsidev)

---

Top Contributors

[![parsidev](https://avatars.githubusercontent.com/u/11275201?v=4)](https://github.com/parsidev "parsidev (2 commits)")

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M280](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M375](/packages/illuminate-redis)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)

PHPackages © 2026

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