PHPackages                             shafimsp/laravel-sms-notification-channel-smscountry-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-smscountry-driver

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

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

SMS Country driver for Laravel SMS Notification Channel

v1.0.0-alpha03(5y ago)021MITPHPPHP ^7.1.3CI failing

Since Oct 30Pushed 5y ago1 watchersCompare

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

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

SMS Country Driver For Laravel SMS Notification Channel
=======================================================

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

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

[](#installation)

To install the PHP client library using Composer:

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

The package will automatically register itself.

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

[](#driver-prerequisites)

SMS Country 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
```

SMS Country Driver
------------------

[](#sms-country-driver)

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

```
    'smscountry' => [
        // Set yor login credentials to communicate with mobily.ws Api
        'user' => env('SMS_COUNTRY_USER', ''),
        'password' => env('SMS_COUNTRY_PASSWORD', ''),

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

        /*
        |--------------------------------------------------------------------------
        | 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://api.smscountry.com/',
            ],

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

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Total

3

Last Release

2179d 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 (3 commits)")

---

Tags

loglaravelnotificationsmssms country

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M167](/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.

5022.0k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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