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

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

dena-a/laravel-elastic-email
============================

Wrapper for Elastic Email HTTP api to send mails using laravel

1.1.0(9y ago)85.5k2[1 issues](https://github.com/dena-a/laravel-elastic-email/issues)MITPHP

Since Jan 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dena-a/laravel-elastic-email)[ Packagist](https://packagist.org/packages/dena-a/laravel-elastic-email)[ Docs](https://github.com/dena-a/laravel-elastic-email)[ RSS](/packages/dena-a-laravel-elastic-email/feed)WikiDiscussions master Synced 1mo ago

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

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

[](#laravel-elastic-email)

A simple plugin to allow sending emails through Elastic E-Mail

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

[](#installation)

You can add Laravel Elastic Email as a dependency using the composer CLI:

```
$ composer require dena-a/laravel-elastic-email
```

For Laravel 5.1 - 5.3 add the package to your composer.json and run composer update.

```
"require": {
	"dena-a/laravel-elastic-email": "1.0.3"
},
```

Next add the following to your config/services.php

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

and add the correct values to your .env file.

Third disable the laravel default MailServiceProvider in config/app.php and add the new ServiceProvider

```
'providers' => [
    ...
    Dena\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 was constructed to work exactly the same as the normal laravel mailers and thus usage is the same. For more information regarding sending email through laravel see the [Laravel Documentation](https://laravel.com/docs/master/mail)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 58.3% 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 ~6 days

Total

6

Last Release

3363d ago

Major Versions

0.2 → 1.0.12017-02-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/3acb8478bf68a89f8b96580001aa6759ec71ab51346c61823f3007a3ae79c4fb?d=identicon)[dena-a](/maintainers/dena-a)

---

Top Contributors

[![dena-a](https://avatars.githubusercontent.com/u/4950968?v=4)](https://github.com/dena-a "dena-a (7 commits)")[![svlcomyoo](https://avatars.githubusercontent.com/u/16607128?v=4)](https://github.com/svlcomyoo "svlcomyoo (3 commits)")[![bqevin](https://avatars.githubusercontent.com/u/12267112?v=4)](https://github.com/bqevin "bqevin (2 commits)")

---

Tags

laravelemailelasticelasticemail

### Embed Badge

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

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

###  Alternatives

[elastic-email/web-api-client

Easily send emails with Elastic Email using Web API PHP Client https://elasticemail.com/

22345.7k2](/packages/elastic-email-web-api-client)[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)[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)
