PHPackages                             vgr-system/vgr - 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. vgr-system/vgr

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

vgr-system/vgr
==============

video game content rating system

2.0.0(3y ago)011MITPHPPHP &gt;=5.4.0

Since Jul 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mojtaba031/vgr-system)[ Packagist](https://packagist.org/packages/vgr-system/vgr)[ RSS](/packages/vgr-system-vgr/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (5)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/LaravelSms": "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)

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

Sms::sendSMS(['09136000415', '09361265987'], 'text mesage'); // send message for persons
```

### Change Gateway

[](#change-gateway)

```
$sms = new Sms(new \Pamenary\LaravelSms\Gateways\AzinwebGateway());

$sms->sendSMS(['09136000415'], 'text message');
```

### Get Credit

[](#get-credit)

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

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Every ~0 days

Total

4

Last Release

1394d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bbdb75952ef956a8a3440a69f077b797fd232b465cb739caef4d47d0fe0cf6f8?d=identicon)[mojtaba031](/maintainers/mojtaba031)

---

Top Contributors

[![mojtaba031](https://avatars.githubusercontent.com/u/6940979?v=4)](https://github.com/mojtaba031 "mojtaba031 (12 commits)")

### Embed Badge

![Health badge](/badges/vgr-system-vgr/health.svg)

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

PHPackages © 2026

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