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.3

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 3d 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 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

2389d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e1f9465447567538b9452968f4547310d123922b94842c3fa12feba9e198f9b5?d=identicon)[shafimsp](/maintainers/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

85810.0M83](/packages/spatie-laravel-health)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[larabug/larabug

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

299549.3k1](/packages/larabug-larabug)[gr8shivam/laravel-sms-api

A modern, flexible Laravel package for integrating any SMS gateway with REST API support

10138.4k](/packages/gr8shivam-laravel-sms-api)[osa-eg/laravel-teams-notification

A Laravel package to send notifications to Microsoft Teams

71257.5k1](/packages/osa-eg-laravel-teams-notification)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)

PHPackages © 2026

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