PHPackages                             reedware/laravel-sms-nexmo - 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. reedware/laravel-sms-nexmo

ActiveLibrary

reedware/laravel-sms-nexmo
==========================

Adds the ability to send text messages using Nexmo.

v1.0.0(4y ago)01MITPHPPHP &gt;=7.3

Since Sep 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tylernathanreed/laravel-sms-nexmo)[ Packagist](https://packagist.org/packages/reedware/laravel-sms-nexmo)[ RSS](/packages/reedware-laravel-sms-nexmo/feed)WikiDiscussions master Synced yesterday

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

Laravel SMS Nexmo
=================

[](#laravel-sms-nexmo)

[![Latest Stable Version](https://camo.githubusercontent.com/2d68f414d8fcc5a8b3874769d7d452e7504b00c7dfcbe74f051ae230641b3530/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72656564776172652f6c61726176656c2d736d732d6e65786d6f3f6c6162656c3d737461626c65)](https://packagist.org/packages/reedware/laravel-sms-nexmo)[![Build Status](https://github.com/tylernathanreed/laravel-sms-nexmo/workflows/tests/badge.svg)](https://github.com/tylernathanreed/laravel-sms-nexmo/actions)

Introduction
------------

[](#introduction)

This package SMS integrates with Twilio using the [Laravel SMS](https://github.com/tylernathanreed/laravel-sms) package.

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

[](#installation)

You may install this package using composer:

```
composer require reedware/laravel-sms-nexmo

```

If you haven't already, you should then follow the [Installation](https://github.com/tylernathanreed/laravel-sms#installation) guide for Laravel SMS.

Set the `default` option in your `config/sms.php` configuration file to `nexmo` (or leverage an environment variable). Next, verify that your nexmo provider configuration file contains the following options:

```
'your-driver-name' => [
    'transport' => 'nexmo',
    'key' => 'your-nexmo-key',
    'secret' => 'your-nexmo-secret
],

```

Once the sms provider has been configured, you can then start sending text messages using Nexmo. To get started and view examples, refer to the [Laravel SMS](https://github.com/tylernathanreed/laravel-sms) documentation.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

4

Last Release

1785d ago

Major Versions

v0.3.2 → v1.0.02021-06-22

PHP version history (3 changes)v0.3.0PHP ^7.2

v0.3.2PHP &gt;=7.2

v1.0.0PHP &gt;=7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/6bfd8171901449cf1e05fa5db261a2f424abca5e26818ce54b95442de0661754?d=identicon)[tylernathanreed](/maintainers/tylernathanreed)

---

Top Contributors

[![tylernathanreed](https://avatars.githubusercontent.com/u/6486381?v=4)](https://github.com/tylernathanreed "tylernathanreed (12 commits)")

---

Tags

laravelsmsnexmo

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/reedware-laravel-sms-nexmo/health.svg)

```
[![Health](https://phpackages.com/badges/reedware-laravel-sms-nexmo/health.svg)](https://phpackages.com/packages/reedware-laravel-sms-nexmo)
```

###  Alternatives

[laravel/vonage-notification-channel

Vonage Notification Channel for laravel.

7542.9M18](/packages/laravel-vonage-notification-channel)[simplesoftwareio/simple-sms

Simple-SMS is a package made for Laravel to send/receive (polling/pushing) text messages. Currently supports CalLFire, EZTexting, Email Gateways, FlowRoute, LabsMobile, Mozeo, Nexmo, Plivo, Twilio, and Zenvia

20845.7k5](/packages/simplesoftwareio-simple-sms)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[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)[prgayman/laravel-sms

Laravel package for sending SMS

124.8k](/packages/prgayman-laravel-sms)[matthewbdaly/laravel-sms

A Laravel and Lumen integration for matthewbdaly/sms-client to enable sending SMS messages

3529.8k](/packages/matthewbdaly-laravel-sms)

PHPackages © 2026

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