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

ActiveLibrary

theamostafa/sms
===============

package for manage sms

1.0.0(2y ago)06MITPHPPHP ^7.4|^8.0

Since Jul 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Rashwan01/sms)[ Packagist](https://packagist.org/packages/theamostafa/sms)[ Docs](https://gitlab.com/Theamostafa-php-modules/sms)[ RSS](/packages/theamostafa-sms/feed)WikiDiscussions main Synced 1mo ago

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

Package for manage sms gateways
===============================

[](#package-for-manage-sms-gateways)

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

[](#installation)

You can install the package via composer:

```
composer require theamostafa/sms
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Theamostafa\SMS\SMSServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [
    /*
    |--------------------------------------------------------------------------
    | Default SMS gateway
    |--------------------------------------------------------------------------
    |
    | This option controls the default gateway that is used to send any sms
    | SMS sent by your application. Alternative SMS may be setup
    | and used as needed; however, this SMS will be used by default.
    | Supported: "alpha", "mshastra", "qyadat"
    |
    */
    'default' => env("SMS_GATEWAY", 'qyadat'),

    'username' => env("SMS_USERNAME", null),

    'sender' => env("SMS_SENDER", null),

    'password' => env("SMS_PASSWORD", null),
];
```

Usage
-----

[](#usage)

```
use SMS;

SMS::send('message','966512345678');

SMS::message('message')->to('966512345678')->send();
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Ahmed Mostafa](https://github.com/AhmedMostafa)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

1045d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a96cad596889400e5819c1ef7841cea8a7f5c35519ba8a9fe5787aa2da7a934?d=identicon)[am.eg](/maintainers/am.eg)

---

Top Contributors

[![Rashwan01](https://avatars.githubusercontent.com/u/36863039?v=4)](https://github.com/Rashwan01 "Rashwan01 (6 commits)")

---

Tags

smsTheamostafa

###  Code Quality

TestsPest

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

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

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[laravel/cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

264778.4k3](/packages/laravel-cashier-paddle)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[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)
