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

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

zanysoft/laravel-elastic-email
==============================

A Laravel wrapper for Elastic Email

2.0.1(2d ago)32.2k2MITPHPPHP ^7.4|^8.0CI failing

Since Apr 17Pushed 2d ago1 watchersCompare

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

READMEChangelog (5)Dependencies (4)Versions (8)Used By (0)

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

[](#laravel-elastic-email)

[![Latest Version on Packagist](https://camo.githubusercontent.com/42f5c0c1f54adf5a751f138676fa476e4782163cc1b430d920b0c5ea5db55ac6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a616e79736f66742f6c61726176656c2d656c61737469632d656d61696c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zanysoft/laravel-elastic-email)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/4fcb9bfdb8be021ee66de4812c062188c44ed81057c0aaa7fa3632b585fb7800/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a616e79736f66742f6c61726176656c2d656c61737469632d656d61696c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zanysoft/laravel-elastic-email)

A Laravel wrapper for Elastic Email

### Installation

[](#installation)

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

```
composer require zanysoft/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 and ApiServiceProvider to the providers array

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

Next, in config/app.php, add the ElasticEmail to the aliases array

```
'aliases' => [
    ...
    'ElasticEmail' => ZanySoft\ElasticEmail\Facades\ElasticEmail::class,
    ...
],
```

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

### MailService Usage

[](#mailservice-usage)

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

### Api Usage

[](#api-usage)

For documentation visit

```
    //For contact
    ElasticEmail::Contact()

    //For emails
    ElasticEmail::Email()
```

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance100

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~500 days

Recently: every ~749 days

Total

7

Last Release

2d ago

Major Versions

0.1.x-dev → 1.0.12018-04-17

1.0.5 → 2.0.12026-07-03

PHP version history (4 changes)1.0.3PHP &gt;=7.0.26

1.0.4PHP ^7.1

1.0.5PHP ^7.1|^8.0

2.0.1PHP ^7.4|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/77060551?v=4)[Mubashar Ahmad (مبشر احمد)](/maintainers/mubasharahmad)[@MubasharAhmad](https://github.com/MubasharAhmad)

---

Top Contributors

[![zanysoft](https://avatars.githubusercontent.com/u/2682072?v=4)](https://github.com/zanysoft "zanysoft (7 commits)")[![mubashar-mtp](https://avatars.githubusercontent.com/u/144340553?v=4)](https://github.com/mubashar-mtp "mubashar-mtp (2 commits)")

---

Tags

laravelemailelastic email

### Embed Badge

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

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M993](/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)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

254168.5k](/packages/erag-laravel-disposable-email)[firefly-iii/data-importer

Firefly III Data Import Tool.

8035.8k](/packages/firefly-iii-data-importer)[flexflux/laravel-elastic-email

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

1661.0k](/packages/flexflux-laravel-elastic-email)

PHPackages © 2026

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