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

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

yaofong/laravel-elastic-email
=============================

A Laravel wrapper for Elastic Email

v0.0.4(9y ago)1361MITPHP

Since Apr 14Pushed 8y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (5)Used By (0)

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

[](#laravel-elastic-email)

A Laravel wrapper for Elastic Email (Support up to Laravel 5.5)

### Installation

[](#installation)

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

```
composer require yaofong/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 and add the following

```
'providers' => [
    /*
     * Laravel Framework Service Providers...
     */
    ...
//    Illuminate\Mail\MailServiceProvider::class,
    ArtisanMY\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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~1 days

Total

4

Last Release

3312d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dd3c4326804a494013770633de1c785f961e59fe109f17b96b39dd28a4fba781?d=identicon)[yaofong](/maintainers/yaofong)

---

Top Contributors

[![yaofong](https://avatars.githubusercontent.com/u/107328?v=4)](https://github.com/yaofong "yaofong (8 commits)")[![driftdares](https://avatars.githubusercontent.com/u/7968420?v=4)](https://github.com/driftdares "driftdares (2 commits)")

---

Tags

laravelemailelastic email

### Embed Badge

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

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

###  Alternatives

[synergitech/laravel-postal

This library integrates Postal with the standard Laravel mail framework.

38107.1k](/packages/synergitech-laravel-postal)[flexflux/laravel-elastic-email

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

1645.3k](/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)[signaturetech/laravel-otp

A package to generate and manage otp

181.2k](/packages/signaturetech-laravel-otp)

PHPackages © 2026

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