PHPackages                             davidcb/laravel-esendex - 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. davidcb/laravel-esendex

ActiveLibrary

davidcb/laravel-esendex
=======================

Laravel wrapper for Esendex

0.6(5y ago)012.7k2MITPHPPHP ^7.3|^8.0

Since Dec 1Pushed 4y ago2 watchersCompare

[ Source](https://github.com/davidcb/laravel-esendex)[ Packagist](https://packagist.org/packages/davidcb/laravel-esendex)[ RSS](/packages/davidcb-laravel-esendex/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (13)Used By (0)

Laravel-Esendex
===============

[](#laravel-esendex)

Laravel 5 wrapper for Esendex SMS

- [Laravel-Esendex on Packagist](https://packagist.org/packages/davidcb/laravel-esendex)
- [Laravel-Esendex on GitHub](https://github.com/davidcb/laravel-esendex)

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

[](#installation)

Install via Composer:

```
composer require davidcb/laravel-esendex

```

If you're using Laravel &gt;= 5.5, you can skip this as this package will be auto-discovered. Add the service provider to `config/app.php`

```
Davidcb\Esendex\EsendexServiceProvider::class,
```

You can register the facade in the `aliases` array in the `config/app.php` file

```
'Esendex' => Davidcb\Esendex\Facades\Esendex::class,
```

Publish the config file

```
$ php artisan vendor:publish --provider="Davidcb\Esendex\EsendexServiceProvider"

```

Set your API key and Client ID on your .env file

```
ESENDEX_ACCOUNT=EX000000
ESENDEX_EMAIL=user@example.com
ESENDEX_PASSWORD=secret

```

Usage
-----

[](#usage)

You can find all the methods in the original [esendex/esendex-php-sdk package](https://github.com/esendex/esendex-php-sdk).

Examples:

```
// Send an SMS
$result = LaravelEsendex::send('Sender', '555000000', 'This is the text of the SMS');
```

```
// Retrieve inbox messages
$messages = LaravelEsendex::latest();
```

```
// Get a message's status
$status = LaravelEsendex::messageStatus('123456');
```

```
// Get a message's body
$body = LaravelEsendex::getMessageBodyById('123456');
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

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

Recently: every ~248 days

Total

13

Last Release

2006d ago

PHP version history (3 changes)0.1.0PHP &gt;=5.4.0

0.4.0PHP ^7.2.5

0.6PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ce03708704fe42ae8d751798a0ce05f851f12b6d18ee501d5ba493b9263d8d9?d=identicon)[davidcb](/maintainers/davidcb)

---

Top Contributors

[![davidcb](https://avatars.githubusercontent.com/u/1170269?v=4)](https://github.com/davidcb "davidcb (21 commits)")[![aerrity](https://avatars.githubusercontent.com/u/1561145?v=4)](https://github.com/aerrity "aerrity (1 commits)")[![liambhc](https://avatars.githubusercontent.com/u/89844184?v=4)](https://github.com/liambhc "liambhc (1 commits)")

---

Tags

laravelsmsintegrationEsendex

### Embed Badge

![Health badge](/badges/davidcb-laravel-esendex/health.svg)

```
[![Health](https://phpackages.com/badges/davidcb-laravel-esendex/health.svg)](https://phpackages.com/packages/davidcb-laravel-esendex)
```

###  Alternatives

[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

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

Mutlucell SMS API wrapper for sending sms text messages for Laravel

457.3k](/packages/ardakilic-mutlucell)[ghanem/laravel-smsmisr

Send SMS and SMS Notification via SMS Misr for Laravel

194.8k](/packages/ghanem-laravel-smsmisr)

PHPackages © 2026

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