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

ActiveLibrary

hsmfawaz/enjaz-sms
==================

Enjaz Sms service provider wrapper with notification channel support

07PHP

Since Dec 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/hsmfawaz/enjaz-sms)[ Packagist](https://packagist.org/packages/hsmfawaz/enjaz-sms)[ RSS](/packages/hsmfawaz-enjaz-sms/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

enjaz-sms
=========

[](#enjaz-sms)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)![Travis](https://camo.githubusercontent.com/69dcc55cbfea2d14efc8733f19dc7f56889ec9a19b7e2a41b903bcd991e01850/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f68736d666177617a2f656e6a617a2d736d732e7376673f7374796c653d666c61742d737175617265)[![Total Downloads](https://camo.githubusercontent.com/29f1b94b0e9eff8cba77412f6e4a2aa4d0fd690dbd3d942521d9681d5e226f03/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68736d666177617a2f656e6a617a2d736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hsmfawaz/enjaz-sms)

Install
-------

[](#install)

```
composer require hsmfawaz/enjaz-sms
```

Configuration
-------------

[](#configuration)

Follow the following instructions to install the package successfully

### .env

[](#env)

```
ENJAZ_USERNAME='XXX'
ENJAZ_PASSWORD='XXX'
ENJAZ_SENDER='XXX'

```

### if you want to publish the config

[](#if-you-want-to-publish-the-config)

```
php artisan vendor:publish --provider="HsmFawaz\EnjazSms\EnjazSmsServiceProvider"
--tag="config"

```

Usage
-----

[](#usage)

You can use the class to send directly

```
use \Hsmfawaz\EnjazSms\EnjazSms;

$client = new EnjazSms();
$result = $client->to(['+9665XXXXXXX','9665XXXXXXX'])->send('Your message here');
//you will get array from parsed request body
```

or you can use the channel for notifications support

```
//Example app/Notifications/RecoveryCodeNotification.php
use \Hsmfawaz\EnjazSms\EnjazSmsChannel;

public function via($notifiable)
    {
        return [EnjazSmsChannel::class];
    }

public function toEnjazSms($notifiable)
    {
        return [
            'phone' => 'phone number',
            'body' =>'message',
        ];
    }
```

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.

License
-------

[](#license)

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

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

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/97979a15e2ba86d87c849abe3d11841e728dd481ba9c6e2715e9c848e1acd393?d=identicon)[hsmfawaz](/maintainers/hsmfawaz)

### Embed Badge

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

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

PHPackages © 2026

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