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

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

chocoholics/laravel-elastic-email
=================================

A Laravel wrapper for Elastic Email

v0.0.13(6y ago)87.4k14[4 issues](https://github.com/chocoholics/laravel-elastic-email/issues)[1 PRs](https://github.com/chocoholics/laravel-elastic-email/pulls)MITPHPCI failing

Since Apr 14Pushed 5y ago3 watchersCompare

[ Source](https://github.com/chocoholics/laravel-elastic-email)[ Packagist](https://packagist.org/packages/chocoholics/laravel-elastic-email)[ RSS](/packages/chocoholics-laravel-elastic-email/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (2)Versions (14)Used By (0)

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

[](#laravel-elastic-email)

A Laravel wrapper for Elastic Email

### Installation

[](#installation)

Add Laravel Elastic Email as a dependency using the composer CLI:

```
composer require chocoholics/laravel-elastic-email
```

Next, add the following to your config/services.php and add the correct values to your .env file

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

Next, in config/app.php, comment out Laravel's default MailServiceProvider. If using &lt; Laravel 5.5, add the MailServiceProvider to the providers array

```
'providers' => [
    /*
     * Laravel Framework Service Providers...
     */
    ...
//    Illuminate\Mail\MailServiceProvider::class,
    Chocoholics\LaravelElasticEmail\MailServiceProvider::class,
    ...
],
```

Finally switch your default mail provider to elastic email in your .env file by setting MAIL\_DRIVER=elastic\_email

### Usage

[](#usage)

This package works exactly like Laravel's native mailers. Refer to Laravel's Mail documentation.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~74 days

Recently: every ~81 days

Total

13

Last Release

2471d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7968420?v=4)[Drift Dares](/maintainers/driftdares)[@driftdares](https://github.com/driftdares)

---

Top Contributors

[![driftdares](https://avatars.githubusercontent.com/u/7968420?v=4)](https://github.com/driftdares "driftdares (4 commits)")[![sudden-break](https://avatars.githubusercontent.com/u/1845379?v=4)](https://github.com/sudden-break "sudden-break (2 commits)")[![claybitner](https://avatars.githubusercontent.com/u/868070?v=4)](https://github.com/claybitner "claybitner (1 commits)")[![Oli22](https://avatars.githubusercontent.com/u/18697989?v=4)](https://github.com/Oli22 "Oli22 (1 commits)")

---

Tags

elastic-emaillaravellaravelemailelastic email

### Embed Badge

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

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M920](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.3k2.2k](/packages/unopim-unopim)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

252143.0k](/packages/erag-laravel-disposable-email)[flexflux/laravel-elastic-email

Package to send emails with attachements via an Elastic Email Mailer.

1655.8k](/packages/flexflux-laravel-elastic-email)[rdanusha/laravel-elastic-email

Package for send emails with attachments via elastic email driver

1114.5k](/packages/rdanusha-laravel-elastic-email)

PHPackages © 2026

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