PHPackages                             shafimsp/laravel-sms-notification-channel-mobilyws-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. shafimsp/laravel-sms-notification-channel-mobilyws-driver

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

shafimsp/laravel-sms-notification-channel-mobilyws-driver
=========================================================

MobilyWs Drive for Laravel SMS Notification Channel

v1.0.0-alpha04(6y ago)01MITPHPPHP ^7.1.3CI failing

Since Sep 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/shafimsp/laravel-sms-notification-channel-mobilyws-driver)[ Packagist](https://packagist.org/packages/shafimsp/laravel-sms-notification-channel-mobilyws-driver)[ RSS](/packages/shafimsp-laravel-sms-notification-channel-mobilyws-driver/feed)WikiDiscussions master Synced 3w ago

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

MobilyWs Driver For Laravel SMS Notification Channel
====================================================

[](#mobilyws-driver-for-laravel-sms-notification-channel)

---

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

[](#installation)

To install the PHP client library using Composer:

```
composer require shafimsp/laravel-sms-notification-channel-mobilyws-driver
```

The package will automatically register itself.

Driver Prerequisites
--------------------

[](#driver-prerequisites)

MobilyWs is API based driver, this require the Guzzle HTTP library, which may be installed via the Composer package manager:

```
composer require composer require guzzlehttp/guzzle
```

MobilyWs Driver
---------------

[](#mobilyws-driver)

To use the MobilyWs driver, first install Guzzle, then set the driver option in your config/services.php configuration file to mobilyws. Next, verify that your config/services.php configuration file contains the following options:

```
    'mobilyws' => [
        // Set yor login credentials to communicate with mobily.ws Api
        'mobile' => env('MOBILYWS_KEY', ''),
        'password' => env('MOBILYWS_KEY', ''),

        // Or use the generated apiKey from your mobily.ws account
        'key' => env('MOBILYWS_KEY', ''),

        'sms_from' => env('MOBILYWS_SMS_FROM', ''),

        // Required by mobily.ws Don't Change.
        'applicationType' => 68,

        // Authentication mode. possible values: api, password, or auto
        'authentication' => 'auto',

        // 3 when using UTF-8. Don't Change
        'lang' => '3',

        /*
        |--------------------------------------------------------------------------
        | Define options for the Http request. (Guzzle http client options)
        |--------------------------------------------------------------------------
        |
        | You do not need to change any of these settings.
        |
        |
        */
        'guzzle' => [
            'client' => [
                // The Base Uri of the Api. Don't Change this Value.
                'base_uri' => 'http://mobily.ws/api/',
            ],

            // Request Options. http://docs.guzzlephp.org/en/stable/request-options.html
            'request' => [
                'http_errors' => true,
                // For debugging
                'debug' => false,
            ],
        ],
    ]
```

License
-------

[](#license)

MobilyWs SMS Notification Driver is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Total

4

Last Release

2438d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13498024?v=4)[Muhammed Shafi P](/maintainers/shafimsp)[@shafimsp](https://github.com/shafimsp)

---

Top Contributors

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

---

Tags

channellaravelmobilywsnotificationssmsloglaravelnotificationsmsmobily.ws

### Embed Badge

![Health badge](/badges/shafimsp-laravel-sms-notification-channel-mobilyws-driver/health.svg)

```
[![Health](https://phpackages.com/badges/shafimsp-laravel-sms-notification-channel-mobilyws-driver/health.svg)](https://phpackages.com/packages/shafimsp-laravel-sms-notification-channel-mobilyws-driver)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M164](/packages/spatie-laravel-health)[craftcms/cms

Craft CMS

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

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299582.7k1](/packages/larabug-larabug)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

419677.7k5](/packages/yadahan-laravel-authentication-log)[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)

PHPackages © 2026

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