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(4mo ago)12.5k↓56.2%MITPHPPHP ^8.2

Since Jun 7Pushed 4mo 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 2w 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

44

—

FairBetter than 90% of packages

Maintenance77

Regular maintenance activity

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

127d 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/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k31.8M162](/packages/laravel-cashier)[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M189](/packages/spatie-laravel-health)[laravel-notification-channels/webpush

Web Push Notifications driver for Laravel.

9096.0M31](/packages/laravel-notification-channels-webpush)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2022.3M10](/packages/laravel-notification-channels-apn)[illuminate/mail

The Illuminate Mail package.

5910.7M574](/packages/illuminate-mail)[laravel-notification-channels/expo

Expo Notifications Channel for Laravel

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

PHPackages © 2026

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