PHPackages                             magentron/elasticemail-php - 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. magentron/elasticemail-php

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

magentron/elasticemail-php
==========================

Integration to the Elastic Email API http://api.elasticemail.com/public/help

1.0.6(7y ago)0283MITPHPPHP &gt;=7.0.0

Since Jul 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Magentron/elasticemail-php)[ Packagist](https://packagist.org/packages/magentron/elasticemail-php)[ RSS](/packages/magentron-elasticemail-php/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (3)Versions (10)Used By (0)

ElasticEmailPHP
===============

[](#elasticemailphp)

[![CircleCI](https://camo.githubusercontent.com/9c30c3236bab239701359bdf10010b966da7ac3bedc1ef5562961cc5f22e20b9/68747470733a2f2f636972636c6563692e636f6d2f67682f4d6167656e74726f6e2f656c6173746963656d61696c2d7068702e7376673f7374796c653d737667)](https://circleci.com/gh/Magentron/elasticemail-php)[![Coverage Status](https://camo.githubusercontent.com/ac5ea9667006a18e12d4357a17bfa9eee839e5b3d2d311f487b02f789ae9e9c2/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4d6167656e74726f6e2f656c6173746963656d61696c2d7068702f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Magentron/elasticemail-php?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f666664f5f6df5fd048eb376af36e2847ca74da0414868bc9b14b9df613b0b90/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4d6167656e74726f6e2f656c6173746963656d61696c2d7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Magentron/elasticemail-php/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/5b368cfa9abc9220d352d2a285bbd0bb9ad54d732ac4cd8599ca93df48a16e48/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f66303536626236312d316366632d343830632d623530662d3561623964666163663161312f6d696e692e706e67)](https://insight.sensiolabs.com/projects/f056bb61-1cfc-480c-b50f-5ab9dfacf1a1)[![StyleCI](https://camo.githubusercontent.com/cf458126ce9f96f6e053766f95aaf83bd636e70a8f9a55f6228ad58a913acc59/68747470733a2f2f7374796c6563692e696f2f7265706f732f3133383938373632332f736869656c64)](https://github.styleci.io/repos/138987623)

This is a fork of [rdok/elasticemail-php](https://github.com/rdok/elasticemail-php)by [Jeroen Derks](https://www.phpfreelancer.nl), a.k.a [Magentron](https://github.com/Magentron). This fork was created in order to have be able to use with PHPUnit 7+ and to have author- and environment-independent tests.

ElasticEmailPHP is a PHP Library for interacting with [Elastic Email platform API](http://api.elasticemail.com/public/help).

Example
-------

[](#example)

```
$elasticEmail = new \ElasticEmail\ElasticEmail('your_elastic_api_key');

$elasticEmail->email()->send([
    'to'      => 'to_email',
    'subject' => 'subject',
    'from'    => 'from_email'
]);

```

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

[](#installation)

Using [composer](https://getcomposer.org/download/)

```
composer require magentron/elasticemail-php
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 82.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 ~116 days

Recently: every ~166 days

Total

7

Last Release

2879d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.5.9

1.0.3PHP &gt;=7.0.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/853900?v=4)[Jeroen D.](/maintainers/Magentron)[@Magentron](https://github.com/Magentron)

---

Top Contributors

[![rdok](https://avatars.githubusercontent.com/u/4212119?v=4)](https://github.com/rdok "rdok (48 commits)")[![Magentron](https://avatars.githubusercontent.com/u/853900?v=4)](https://github.com/Magentron "Magentron (10 commits)")

---

Tags

phplaravelemailelastic emailelasticemailmagentronrdok

### Embed Badge

![Health badge](/badges/magentron-elasticemail-php/health.svg)

```
[![Health](https://phpackages.com/badges/magentron-elasticemail-php/health.svg)](https://phpackages.com/packages/magentron-elasticemail-php)
```

###  Alternatives

[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[ferdous/laravel-otp-validate

Laravel package for OTP validation with built-in features like retry and resend mechanism. Built in max retry and max resend blocking. OTP/Security Code can be send over SMS or Email of your choice with user-defined template.

7124.4k](/packages/ferdous-laravel-otp-validate)[martian/spammailchecker

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

422.0k](/packages/martian-spammailchecker)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)[rdanusha/laravel-elastic-email

Package for send emails with attachments via elastic email driver

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

MailPeek provides a simple local inbox right in your browser to enable you preview emails being sent from your application.

212.1k](/packages/misma-laravel-mailpeek)

PHPackages © 2026

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