PHPackages                             hakimrazalan/enginemailer-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. hakimrazalan/enginemailer-php

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

hakimrazalan/enginemailer-php
=============================

EngineMailer PHP REST SDK

v1.2.3(1y ago)013411MITPHP

Since May 6Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/h2akim/enginemailer-php)[ Packagist](https://packagist.org/packages/hakimrazalan/enginemailer-php)[ RSS](/packages/hakimrazalan-enginemailer-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (5)Versions (7)Used By (1)

PHP framework agnostic to work with EngineMailer REST Transaction Email API
===========================================================================

[](#php-framework-agnostic-to-work-with-enginemailer-rest-transaction-email-api)

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

[](#installation)

#### Composer

[](#composer)

To install through composer by using the following command:

```
composer require php-http/guzzle7-adapter hakimrazalan/enginemailer-php

```

#### HTTP Adapter

[](#http-adapter)

Refer [PHP-HTTP Clients &amp; Adapters](http://docs.php-http.org/en/latest/clients.html) for other supported clients and adapters.

Get Started
-----------

[](#get-started)

### Creating client

[](#creating-client)

To create EngineMailer client, use the following codes:

```
use HakimRazalan\EngineMailer\Client;

$client = Client::setup("");

```

Alternatively, you could configure `Http\Client\Common\HttpMethodsClient` manually

```
use HakimRazalan\EngineMailer\Client;

$http = Laravie\Codex\Discovery::client();
$client = Client::setup("", $http);

```

Usages
======

[](#usages)

Currently this library only cater to send transactional email

```
use HakimRazalan\EngineMailer\Client;

$http = Laravie\Codex\Discovery::client();
$client = Client::setup("", $http);

$emailSender = $client->sendEmail();
$response = $emailSender
  ->sendEmail()
  ->setToEmail("receiver@receiver.com")
  ->setSenderEmail("sender@sender.my")
  ->setSubject("Test subject")
  ->setSubmittedContent("Email content")
  ->handle();

```

For full supported parameter please refer EngineMailer [documentation](https://enginemailer.zendesk.com/hc/en-us/articles/23132996552473-Submitting-Transactional-Emails-via-REST-API-Version-2).

**Note:** Just append `set` infront of the parameter name to include in the request. eg. `TemplateId` to `setTemplateId('')`

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance50

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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

Total

6

Last Release

377d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/175e0f9aeb3bc0c716a25d7a84be027bc76e2545b9daaebe43af888b6f0838e9?d=identicon)[hakimrazalan](/maintainers/hakimrazalan)

---

Top Contributors

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

###  Code Quality

Static AnalysisRector

### Embed Badge

![Health badge](/badges/hakimrazalan-enginemailer-php/health.svg)

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

###  Alternatives

[symfony/fake-sms-notifier

Fake SMS (as email or log during development) Notifier Bridge.

27754.2k1](/packages/symfony-fake-sms-notifier)[symfony/twilio-notifier

Symfony Twilio Notifier Bridge

131.2M2](/packages/symfony-twilio-notifier)[symfony/sinch-notifier

Symfony Sinch Notifier Bridge

10146.7k](/packages/symfony-sinch-notifier)[symfony/mailjet-notifier

Symfony Mailjet Notifier Bridge

1362.5k](/packages/symfony-mailjet-notifier)

PHPackages © 2026

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