PHPackages                             hoda/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. hoda/sms-driver

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hoda/sms-driver
===============

SMS package with multiple drivers

v0.1.0(5y ago)015MITPHPPHP &gt;=5.6CI failing

Since Jan 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/hodaa/sms-driver)[ Packagist](https://packagist.org/packages/hoda/sms-driver)[ RSS](/packages/hoda-sms-driver/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

SMS driver
==========

[](#sms-driver)

[![Codacy Badge](https://camo.githubusercontent.com/8d4ee82c6e18ee9dfee2cb89d6ba9f356bed2a6c0c18d4830ace593ac3ab039c/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3161626137663238663366363463353962356439383838663666333331313962)](https://app.codacy.com/gh/hodaa/sms-driver?utm_source=github.com&utm_medium=referral&utm_content=hodaa/sms-driver&utm_campaign=Badge_Grade)[![Downloads](https://camo.githubusercontent.com/2f0d0210b001f1aed6c890e5dd575394f27f48ac53bc9df088515395d16e92b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686f64612f736d732d647269766572)](https://packagist.org/packages/hoda/sms-driver)

This package allows you to switch between drivers or use default driver from your config file.

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

[](#installation)

This package can be used in Laravel 5.3 or higher.

You can install the package via composer:

```
composer require hoda/sms
```

The service provider will automatically get registered. Or you may manually add the service provider in your `config/app.php` file:

```
'providers' => [
    // ...
    Hoda\SMS\SmsServiceProvider::class,
];

'aliases' => [
  'SMS'   =>  Hoda\SMS\SmsFacade::class,
];
```

### Add config file

[](#add-config-file)

```
php artisan vendor:publish
```

### Add your driver credential to env file

[](#add-your-driver-credential-to-env-file)

```
NEXMO_KEY=
NEXMO_SECRET=
```

usage
-----

[](#usage)

```
 SMS::channel('nexmo')->to('phone_number')->message('This your message')->send();
```

Test
----

[](#test)

```
 vendor/bin/phpunit tests
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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

Unknown

Total

1

Last Release

1932d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed7e0333edf09799fa6e4f27eef500661996d0314ca131cefeeae32929c24ace?d=identicon)[hoda](/maintainers/hoda)

---

Top Contributors

[![codacy-badger](https://avatars.githubusercontent.com/u/23704769?v=4)](https://github.com/codacy-badger "codacy-badger (1 commits)")[![hodaa](https://avatars.githubusercontent.com/u/9027526?v=4)](https://github.com/hodaa "hodaa (1 commits)")

---

Tags

laravelsmstwiliodrivergateway

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hoda-sms-driver/health.svg)

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

###  Alternatives

[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[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)

PHPackages © 2026

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