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

ActiveLibrary

livana/sms
==========

package for send sms in laravel (published for parssms24.ir)

2213PHP

Since Sep 23Pushed 11y agoCompare

[ Source](https://github.com/livana/laravelSms)[ Packagist](https://packagist.org/packages/livana/sms)[ RSS](/packages/livana-sms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravelSms
==========

[](#laravelsms)

package for send sms with laravel (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 livana/sms

```
"require": {
    "livana/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.

```
'Livana\Sms\SmsServiceProvider',

```

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

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

```

Publish config files:

```
php artisan config:publish livana/sms

```

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

Usage
-----

[](#usage)

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

### Send Message

[](#send-message)

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

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

### Get Credit

[](#get-credit)

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

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/42e3e5dfabb861dbdd37aa6a05998c4da3484380342ce4001b10c47278916dee?d=identicon)[livana](/maintainers/livana)

### Embed Badge

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

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

PHPackages © 2026

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