PHPackages                             ebethus/laravel-elastic-email-driver - 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. ebethus/laravel-elastic-email-driver

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

ebethus/laravel-elastic-email-driver
====================================

A Laravel Elastic Email Driver

1.0.2(3y ago)04.1kMITPHP

Since Apr 14Pushed 3w ago1 watchersCompare

[ Source](https://github.com/bethuxs/laravel-elastic-email)[ Packagist](https://packagist.org/packages/ebethus/laravel-elastic-email-driver)[ RSS](/packages/ebethus-laravel-elastic-email-driver/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (3)Versions (25)Used By (0)

Laravel Elastic Email Driver
============================

[](#laravel-elastic-email-driver)

A Laravel mail driver for [Elastic Email](https://elasticemail.com/) service.

Compatibility
-------------

[](#compatibility)

- **Laravel**: 9.x, 10.x, 11.x, 12.x
- **PHP**: 8.0+

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

[](#installation)

Install the package via Composer:

```
composer require ebethus/laravel-elastic-email-driver
```

Configuration
-------------

[](#configuration)

### 1. Add Elastic Email Credentials

[](#1-add-elastic-email-credentials)

Add the following configuration to your `config/services.php`:

```
'elastic_email' => [
    'key' => env('ELASTIC_KEY'),
    'account' => env('ELASTIC_ACCOUNT'),
],
```

### 2. Set Environment Variables

[](#2-set-environment-variables)

Add your Elastic Email credentials to your `.env` file:

```
ELASTIC_KEY=your-elastic-email-api-key
ELASTIC_ACCOUNT=your-elastic-email-account
```

### 3. Configure Mail Driver

[](#3-configure-mail-driver)

For **Laravel 9+**, update your `config/mail.php` to add the Elastic Email mailer:

```
'mailers' => [
    // ... other mailers

    'elastic_email' => [
        'transport' => 'elastic_email',
    ],
],
```

Then set it as your default mailer in `.env`:

```
MAIL_MAILER=elastic_email
```

**For older Laravel versions**, set:

```
MAIL_DRIVER=elastic_email
```

Usage
-----

[](#usage)

This package integrates seamlessly with Laravel's mail system. Use Laravel's `Mail` facade as you normally would:

```
use Illuminate\Support\Facades\Mail;
use App\Mail\WelcomeEmail;

Mail::to('user@example.com')->send(new WelcomeEmail());
```

For more information on sending emails, refer to the [Laravel Mail documentation](https://laravel.com/docs/mail).

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE.md).

Support
-------

[](#support)

For issues or questions, please contact .

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance62

Regular maintenance activity

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 94.7% 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 ~96 days

Recently: every ~5 days

Total

24

Last Release

1158d ago

Major Versions

0.2.1 → 1.0.12023-04-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/25f561a3fd260935cc3ea5dc049b4ff598c37408dfdbbc129d091221de6c2954?d=identicon)[alb\_be](/maintainers/alb_be)

---

Top Contributors

[![bethuxs](https://avatars.githubusercontent.com/u/191869?v=4)](https://github.com/bethuxs "bethuxs (72 commits)")[![driftdares](https://avatars.githubusercontent.com/u/7968420?v=4)](https://github.com/driftdares "driftdares (3 commits)")[![sudden-break](https://avatars.githubusercontent.com/u/1845379?v=4)](https://github.com/sudden-break "sudden-break (1 commits)")

---

Tags

laravelemailelastic email

### Embed Badge

![Health badge](/badges/ebethus-laravel-elastic-email-driver/health.svg)

```
[![Health](https://phpackages.com/badges/ebethus-laravel-elastic-email-driver/health.svg)](https://phpackages.com/packages/ebethus-laravel-elastic-email-driver)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M992](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

431.8M1](/packages/vemcogroup-laravel-sparkpost-driver)

PHPackages © 2026

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