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.1.0(11mo ago)32.1k↓50%MITPHPPHP ^8.1

Since Jun 7Pushed 11mo 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 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)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

36

—

LowBetter than 82% of packages

Maintenance50

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

Total

3

Last Release

356d ago

### 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 (2 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/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/webpush

Web Push Notifications driver for Laravel.

7984.5M16](/packages/laravel-notification-channels-webpush)[laravel-notification-channels/fcm

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

5917.0M16](/packages/laravel-notification-channels-fcm)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2021.9M4](/packages/laravel-notification-channels-apn)

PHPackages © 2026

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