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

ActiveLibrary

billyct/laravel-elastic-email
=============================

1793↓46.2%PHP

Since Dec 17Pushed 7y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-elastic-email
=====================

[](#laravel-elastic-email)

A simple Laravel wrapper for [ElasticEmail.WebApiClient-php](https://github.com/ElasticEmail/ElasticEmail.WebApiClient-php)

Preparent
---------

[](#preparent)

Instalation
-----------

[](#instalation)

\[1\] Install package

```
composer require billyct/laravel-elastic-email

```

\[2\] Add this code to .env file

```
ELASTIC_EMAIL_API_KEY=
ELASTIC_EMAIL_PUBLIC_ACCOUNT_ID=

```

\[3\] If you are using laravel &lt; 5.5

Add provider to your config/app.php file.

```
'providers' => [
	// other providers
	Billyct\ElasticEmail\ElasticEmailServiceProvider::class,
]

```

Usage
-----

[](#usage)

Add contact

```
// $client is singleton wrapper for ElasticClient
$client = app(ElasticEmailClient\ElasticClient::class);
$client->Contact->Add(...);

// or short code：

Billyct\ElasticEmail\ElasticEmail::addContact('your@mail.com', 'your-list-name', ['field_1' => 'test']);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1612364?v=4)[billyct](/maintainers/billyct)[@billyct](https://github.com/billyct)

---

Top Contributors

[![billyct](https://avatars.githubusercontent.com/u/1612364?v=4)](https://github.com/billyct "billyct (4 commits)")

### Embed Badge

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

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

PHPackages © 2026

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