PHPackages                             codiblenet/mail-reacher-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. codiblenet/mail-reacher-php

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

codiblenet/mail-reacher-php
===========================

Official PHP SDK for the Mail Reacher API.

v0.1.0(1mo ago)01↓50%1MITPHPPHP ^8.1CI passing

Since Jun 14Pushed 1mo agoCompare

[ Source](https://github.com/CodibleNet/mail-reacher-php)[ Packagist](https://packagist.org/packages/codiblenet/mail-reacher-php)[ Docs](https://mail-reacher.com/docs)[ RSS](/packages/codiblenet-mail-reacher-php/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (1)

Mail Reacher PHP SDK
====================

[](#mail-reacher-php-sdk)

Official PHP SDK for the Mail Reacher API. It lets plain PHP, Symfony, Laravel jobs, workers and command-line scripts send transactional email through a Mail Reacher environment key.

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

[](#installation)

```
composer require codiblenet/mail-reacher-php
```

Usage
-----

[](#usage)

```
use MailReacher\Client;
use MailReacher\EmailAddress;

$client = new Client(apiKey: $_ENV['MAILREACHER_API_KEY']);

$response = $client->emails()->send([
    'to' => new EmailAddress('marie@example.com', 'Marie'),
    'from' => new EmailAddress('noreply@your-domain.com', 'Your App'),
    'subject' => 'Bienvenue',
    'html' => 'Bonjour Marie',
    'text' => 'Bonjour Marie',
    'metadata' => ['source' => 'app'],
]);
```

`MAILREACHER_API_KEY` is the only required Mail Reacher environment variable. Test keys simulate delivery in Mail Reacher; live keys send through the provider configured for the environment.

Laravel
-------

[](#laravel)

For Laravel applications that already use `Mail`, `Mailable` or notifications, use the transport package instead:

```
composer require codiblenet/laravel-mail-reacher
```

Publishing
----------

[](#publishing)

This repository is intended to be published on Packagist as `codiblenet/mail-reacher-php` and versioned with GitHub releases/tags such as `v0.1.0`.

Testing
-------

[](#testing)

```
composer test
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance90

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity32

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

46d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53e6f20afc3daf2ea2b9a1c685a8c8e266d4f9d64011a3aaef936c972cbd75e4?d=identicon)[Jo0kker](/maintainers/Jo0kker)

---

Top Contributors

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

---

Tags

composeremailemail-apilaravelmail-reacherphpsymfonytransactional-emailapisdkemailtransactional emailmail-reacher

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/codiblenet-mail-reacher-php/health.svg)

```
[![Health](https://phpackages.com/badges/codiblenet-mail-reacher-php/health.svg)](https://phpackages.com/packages/codiblenet-mail-reacher-php)
```

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k17](/packages/tempest-framework)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

36789.4k2](/packages/telnyx-telnyx-php)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[mollie/mollie-api-php

Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.

60316.0M89](/packages/mollie-mollie-api-php)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

1003.9M50](/packages/getbrevo-brevo-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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