PHPackages                             regoldidealista/esendex-laravel - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. regoldidealista/esendex-laravel

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

regoldidealista/esendex-laravel
===============================

This is a Laravel package for integrating with the Esendex SMS provider, but if you want you can implements your own service as a backup.

1.2.0(2mo ago)12.4k↓55.1%MITPHPPHP ^8.2

Since Jun 7Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/mirkoRegold/esendex-sms-laravel)[ Packagist](https://packagist.org/packages/regoldidealista/esendex-laravel)[ RSS](/packages/regoldidealista-esendex-laravel/feed)WikiDiscussions main Synced 3d ago

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

Esendex Laravel
===============

[](#esendex-laravel)

This is a Laravel package for integrating with the Esendex SMS service, and you can set you own backup provider.

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

[](#installation)

```
composer require regoldidealista/esendex-laravel
```

Usage
-----

[](#usage)

1. Register the service provider in your `config/app.php` file:

```
'providers' => [
    // Other Service Providers...

    Regoldidealista\EsendexLaravel\SmsServiceProvider::class,
],
```

2. Publishing the Configuration File
    After installing the package, you should publish the configuration file to your Laravel application. This will allow you to modify the package's configuration options. Run the following command in your terminal:

```
php artisan vendor:publish --provider="Regoldidealista\EsendexLaravel\SmsServiceProvider"
```

This command will publish the sms.php configuration file from the package to your Laravel application's config directory. You can find the published configuration file at config/sms.php.

3. Use the `SmsNotification` class to send SMS notifications:

```
use Regoldidealista\EsendexLaravel\Notifications\SmsNotification;

class YourNotification extends SmsNotification
{
    // use the via method with the specific channel
    public function via(object $notifiable): string
    {
        return $this->channel::class;
    }
    // also you can implement viaQueues method using the same channel.

    public function beforeSend(): void
    {
        // you can get notifiable object with $this->getNotifiable()
        $this->setTo(); // set the recipient phone number or array of phone numbers
        $this->setBodyMessage(); // set the body message as a string
    }
}
```

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance84

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

Total

4

Last Release

82d ago

PHP version history (2 changes)1.0.0PHP ^8.1

1.2.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/138003199?v=4)[federicoRegold](/maintainers/federicoRegold)[@federicoRegold](https://github.com/federicoRegold)

![](https://avatars.githubusercontent.com/u/5709311?v=4)[mFarina](/maintainers/mFarina)[@mfarina](https://github.com/mfarina)

---

Top Contributors

[![mirkoRegold](https://avatars.githubusercontent.com/u/163891924?v=4)](https://github.com/mirkoRegold "mirkoRegold (3 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel-notification-channels/webpush

Web Push Notifications driver for Laravel.

9005.5M28](/packages/laravel-notification-channels-webpush)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M167](/packages/spatie-laravel-health)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2022.2M8](/packages/laravel-notification-channels-apn)[illuminate/mail

The Illuminate Mail package.

5910.6M502](/packages/illuminate-mail)[laravel-notification-channels/expo

Expo Notifications Channel for Laravel

67628.6k1](/packages/laravel-notification-channels-expo)

PHPackages © 2026

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