PHPackages                             devsalsa/elastic-email-web-api-client - 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. devsalsa/elastic-email-web-api-client

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

devsalsa/elastic-email-web-api-client
=====================================

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

v1.0.5(5y ago)04.4kMITPHPPHP &gt;=7.0.0

Since Nov 22Pushed 5y agoCompare

[ Source](https://github.com/devsalsa/ElasticEmail.WebApiClient-php)[ Packagist](https://packagist.org/packages/devsalsa/elastic-email-web-api-client)[ Docs](https://github.com/ElasticEmail/ElasticEmail.WebApiClient-php)[ RSS](/packages/devsalsa-elastic-email-web-api-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (7)Used By (0)

**This library allows you to quickly and easily use the Elastic Email Web API v2 via PHP.**

Prerequisites
=============

[](#prerequisites)

- [An Elastic Email account](https://elasticemail.com/account/)

Instalation
===========

[](#instalation)

```
composer require elastic-email/web-api-client

```

API
===

[](#api)

API documentation you can find on [Elastic Email website](https://api.elasticemail.com/public/help).

Examples
========

[](#examples)

##### Load account

[](#load-account)

```
    $loader = require_once(__DIR__.'/../vendor/autoload.php');

    $configuration = new \ElasticEmailClient\ApiConfiguration([
        'apiUrl' => 'https://api.elasticemail.com/v2/',
        'apiKey' => 'yourApiKey'
    ]);

    $client = new \ElasticEmailClient\ElasticClient($configuration);

    $clientData = $client->Account->Load();

```

##### Send email

[](#send-email)

```
    $loader = require_once(__DIR__.'/../vendor/autoload.php');

    $configuration = new \ElasticEmailClient\ApiConfiguration([
        'apiUrl' => 'https://api.elasticemail.com/v2/',
        'apiKey' => 'yourApiKey'
    ]);

    $client = new \ElasticEmailClient\ElasticClient($configuration);

    $client->Email->Send(
        "title",
        "from@email",
        "from name",
        null,
        null,
        null,
        null,
        null,
        null,
        array("to@email"),
        array(),
        array(),
        array(),
        array(),
        array(),
        null,
        null,
        null,
        "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
        null
    );

```

About
=====

[](#about)

ElasticEmail.WebApiClient is guided and supported by the ElasticEmail Dev Team.

ElasticEmail.WebApiClient is maintained and funded by Elastic Email Inc. The names and logos for ElasticEmail.WebApiClient are trademarks of Elastic Email Inc.

[![logo](https://camo.githubusercontent.com/19c00dd9a648544997b93dc7a45552edd5e7c664033340deffa8549fd8a44d2d/68747470733a2f2f656c6173746963656d61696c2e636f6d2f66696c65732f65655f323030783230302e706e67)](https://camo.githubusercontent.com/19c00dd9a648544997b93dc7a45552edd5e7c664033340deffa8549fd8a44d2d/68747470733a2f2f656c6173746963656d61696c2e636f6d2f66696c65732f65655f323030783230302e706e67)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~243 days

Recently: every ~256 days

Total

6

Last Release

1880d ago

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

v1.0.2PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ceda3a00a5504f56670b6a1f5995aaecb7ab80cb8ee9e7719680e7c64a281c3?d=identicon)[devsalsa](/maintainers/devsalsa)

---

Top Contributors

[![ppodolak](https://avatars.githubusercontent.com/u/861197?v=4)](https://github.com/ppodolak "ppodolak (6 commits)")[![bscutt](https://avatars.githubusercontent.com/u/1151113?v=4)](https://github.com/bscutt "bscutt (3 commits)")[![eeppodolak](https://avatars.githubusercontent.com/u/161312839?v=4)](https://github.com/eeppodolak "eeppodolak (3 commits)")

---

Tags

apiwebemailelastictransactionalelasticemail

### Embed Badge

![Health badge](/badges/devsalsa-elastic-email-web-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/devsalsa-elastic-email-web-api-client/health.svg)](https://phpackages.com/packages/devsalsa-elastic-email-web-api-client)
```

###  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)

PHPackages © 2026

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