PHPackages                             asorasoft/plasgate - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. asorasoft/plasgate

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

asorasoft/plasgate
==================

A simple PHP package for Plasgate SMS provider

v1.0.4(4y ago)1203MITPHPPHP ^7.1

Since Jan 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/HELMAB/plasgate)[ Packagist](https://packagist.org/packages/asorasoft/plasgate)[ Docs](https://github.com/asorasoft/plasgate)[ RSS](/packages/asorasoft-plasgate/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

Plasgate SDK for Laravel
========================

[](#plasgate-sdk-for-laravel)

A simple PHP package for Plasgate SMS provider.

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

[](#installation)

You can install the package via composer:

```
composer require asorasoft/plasgate
```

Then add `PlasgateServiceProvider` class into `config/app.php`

```
return [
    "providers" => [
        Asorasoft\Plasgate\PlasgateServiceProvider::class,
    ]
];
```

Usage
-----

[](#usage)

You need to publish the configuration files via command

```
php artisan vendor:publish --provider="Asorasoft\Plasgate\PlasgateServiceProvider"
```

Need to change `plasgate.php` configuration such as `token`, `sender_Id` and `base_url`

```
use Asorasoft\Plasgate\Plasgate;

$plasgate = new Plasgate();
$response = $plasgate->send('phone', 'your_text_message'); // GuzzleHttp Response
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Mab Hel](https://github.com/asorasoft)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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 ~74 days

Total

5

Last Release

1638d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/471677a5a12c3838ee579ecfa5352c1def8b95314651338edd4bd62147a2394c?d=identicon)[HEL Mab](/maintainers/HEL%20Mab)

---

Top Contributors

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

---

Tags

laravellaravel-plasgateplasgatesdksdk-phpsmssms-providerasorasoftplasgate

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/asorasoft-plasgate/health.svg)

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

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/fcm

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

5917.0M16](/packages/laravel-notification-channels-fcm)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)

PHPackages © 2026

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