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)1213MITPHPPHP ^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 3w 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 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

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

1686d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15307857?v=4)[ហ៊ែល ម៉ាប់](/maintainers/helmab)[@HELMAB](https://github.com/HELMAB)

---

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

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

254168.5k](/packages/erag-laravel-disposable-email)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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