PHPackages                             lbhurtado/sms - 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. lbhurtado/sms

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

lbhurtado/sms
=============

Driver-based SMS component in Laravel inspired by the tutorial of Orobo Lucky

v2.4.2(1mo ago)07.4k2MITPHPPHP ~7.1||^8.0.1CI failing

Since May 27Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/lbhurtado/sms)[ Packagist](https://packagist.org/packages/lbhurtado/sms)[ Docs](https://github.com/lbhurtado/sms)[ RSS](/packages/lbhurtado-sms/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (10)Versions (17)Used By (2)

SMS component
=============

[](#sms-component)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0533fd2dcb89e0163ad29e9fe570d0e79ec22eb5b39c44d436487259f73d4a00/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c626875727461646f2f736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lbhurtado/sms)[![Build Status](https://camo.githubusercontent.com/ba18d99c50e2f9079983937ad50d4b4c605a4268c94c97cb6cbba792fac58839/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c626875727461646f2f736d732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/lbhurtado/sms)[![Quality Score](https://camo.githubusercontent.com/aa3e357abd331b8f2bb0be1040a94682c548ed5cb1e5189e5d3df75ca2165672/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6c626875727461646f2f736d732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/lbhurtado/sms)[![Total Downloads](https://camo.githubusercontent.com/1ad4f6ea76ff40e3722b989ac0d62f58b0c5b01d7c8001f66e6e0d1c96f535e2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c626875727461646f2f736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lbhurtado/sms)

Driver-based SMS component in Laravel inspired by the tutorial of Orobo Lucky.

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

[](#installation)

You can install the package via composer:

```
composer require lbhurtado/sms
```

modify environment vairables

```
ENGAGESPARK_API_KEY=
ENGAGESPARK_ORGANIZATION_ID=
ENGAGESPARK_SENDER_ID=
```

Usage
-----

[](#usage)

```
use LBHurtado\SMS\Facades\SMS;

$mobile = '+639171234567';
$message = 'The quick brown fox...';
$amount = 25;
$senderId = 'TXTCMDR';

SMS::channel('engagespark')
    ->from($senderId)
    ->to($mobile)
    ->content($message)
    ->send()
    ->topup(25)
    ;
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Lester Hurtado](https://github.com/lbhurtado)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance90

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 96.8% 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 ~172 days

Recently: every ~297 days

Total

16

Last Release

50d ago

Major Versions

1.3.0 → v2.0.02020-11-21

PHP version history (2 changes)1.0.0PHP ^7.1

v2.1.0PHP ~7.1||^8.0.1

### Community

Maintainers

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

---

Top Contributors

[![lbhurtado](https://avatars.githubusercontent.com/u/5870664?v=4)](https://github.com/lbhurtado "lbhurtado (30 commits)")[![3neti](https://avatars.githubusercontent.com/u/89447696?v=4)](https://github.com/3neti "3neti (1 commits)")

---

Tags

smslbhurtado

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[illuminate/pagination

The Illuminate Pagination package.

12234.6M1.1k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9350.2M312](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.8M410](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

224.7M146](/packages/illuminate-cookie)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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