PHPackages                             ibrahem-kamal/omni-messaging-jawaly-sms-driver - 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. ibrahem-kamal/omni-messaging-jawaly-sms-driver

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

ibrahem-kamal/omni-messaging-jawaly-sms-driver
==============================================

omni-messaging-jawaly-sms-driver for Omni Messaging library

2.2.0(2y ago)0846[4 PRs](https://github.com/ibrahem-kamal/omni-messaging-jawaly-sms-driver/pulls)MITPHPPHP ^8.2CI passing

Since Feb 5Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/ibrahem-kamal/omni-messaging-jawaly-sms-driver)[ Packagist](https://packagist.org/packages/ibrahem-kamal/omni-messaging-jawaly-sms-driver)[ Docs](https://github.com/ibrahem-kamal/omni-messaging-jawaly-sms-driver)[ GitHub Sponsors](https://github.com/ibrahemkamal)[ RSS](/packages/ibrahem-kamal-omni-messaging-jawaly-sms-driver/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (15)Versions (11)Used By (0)

Jawaly Sms Driver for Omni Messaging
====================================

[](#jawaly-sms-driver-for-omni-messaging)

---

**this package is designed to work with [Omni Messaging](https://github.com/ibrahem-kamal/omni-messaging)**

[![Latest Version on Packagist](https://camo.githubusercontent.com/39eae649085a52f8aed6170f9e99953ade85b5d7bc9f67f2833dcd85c5adc8b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6962726168656d2d6b616d616c2f6f6d6e692d6d6573736167696e672d6a6177616c792d736d732d6472697665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibrahem-kamal/omni-messaging-jawaly-sms-driver)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7ec3cee201843b1c8983bb77f2593ecf07da9b66c0eda7c455a54433d34f77c0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6962726168656d2d6b616d616c2f6f6d6e692d6d6573736167696e672d6a6177616c792d736d732d6472697665722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ibrahem-kamal/omni-messaging-jawaly-sms-driver/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/338c54c67d5cc8edae68c34a996b40d654b3a57c1888899f397b8c241ba92abb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6962726168656d2d6b616d616c2f6f6d6e692d6d6573736167696e672d6a6177616c792d736d732d6472697665722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ibrahem-kamal/omni-messaging-jawaly-sms-driver/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/0f9d9b51e9e36f9065ca370407121e6a3e0b01d52ba66cc838ec8ca83cd64518/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6962726168656d2d6b616d616c2f6f6d6e692d6d6573736167696e672d6a6177616c792d736d732d6472697665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibrahem-kamal/omni-messaging-jawaly-sms-driver)

[Jawaly Sms](https://www.4jawaly.com/) Driver for Omni Messaging.

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

[](#installation)

You can install the package via composer:

```
composer require ibrahem-kamal/omni-messaging-jawaly-sms-driver
```

Add this to your `omni-messaging.php` config file:

```
   'channels' => [
        'jawaly'=> [
            'driver' => 'jawaly',
            'options' => [
                'username' => env('JAWALY_USERNAME'),
                'password' => env('JAWALY_PASSWORD'),
                'sender_name' => env('JAWALY_SENDER_NAME'),
            ]
        ]
    ]
```

Usage
-----

[](#usage)

```
$sms = OmniMessaging::driver('jawaly')->send($message,$mobileNumber,$sender,$options = []);
    $sms->isSuccess(); //bool
    $sms->getErrorsString(); // errors as string
    $sms->getErrors(); // errors as array
    $sms->getData(); // array of data returned from the gateway
    $sms->toArray(); // array of all the above
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [ibrahemkamal](https://github.com/ibrahem-kamal)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance60

Regular maintenance activity

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 56.4% 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 ~17 days

Total

5

Last Release

759d ago

Major Versions

1.0.1 → 2.02024-03-14

PHP version history (2 changes)1.0.0PHP ^8.1

2.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/033bc7c0b8c92e1771f366c5681ca9b9b5b1f81efba3046ae73ae445d3d491a2?d=identicon)[ibrahem-kamal](/maintainers/ibrahem-kamal)

---

Top Contributors

[![ibrahem-kamal](https://avatars.githubusercontent.com/u/38753243?v=4)](https://github.com/ibrahem-kamal "ibrahem-kamal (22 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")

---

Tags

laravelibrahemkamalomni-messaging-jawaly-sms-driver

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ibrahem-kamal-omni-messaging-jawaly-sms-driver/health.svg)

```
[![Health](https://phpackages.com/badges/ibrahem-kamal-omni-messaging-jawaly-sms-driver/health.svg)](https://phpackages.com/packages/ibrahem-kamal-omni-messaging-jawaly-sms-driver)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

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

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[xammie/mailbook

Laravel Mail Explorer

482458.3k1](/packages/xammie-mailbook)[spatie/laravel-notification-log

Log notifications sent by your Laravel app

207902.8k](/packages/spatie-laravel-notification-log)[spatie/laravel-mailcoach-sdk

An SDK to easily work with the Mailcoach API in Laravel apps

41290.2k1](/packages/spatie-laravel-mailcoach-sdk)

PHPackages © 2026

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