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

1.0.5(3y ago)32.2k2MITPHPPHP ^7.1|^8.0CI failing

Since Apr 17Pushed 3y 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 1mo ago

READMEChangelog (5)Dependencies (2)Versions (7)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 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

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity72

Established project with proven stability

 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 ~318 days

Recently: every ~397 days

Total

6

Last Release

1359d ago

Major Versions

0.1.x-dev → 1.0.12018-04-17

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

1.0.4PHP ^7.1

1.0.5PHP ^7.1|^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 (6 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

[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[vemcogroup/laravel-sparkpost-driver

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

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[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)[martian/spammailchecker

A laravel package that protect users from entering non-existing/spam email addresses.

422.0k](/packages/martian-spammailchecker)

PHPackages © 2026

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