PHPackages                             zhylon/laravel-mailer - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. zhylon/laravel-mailer

ActiveSymfony-mailer-bridge[HTTP &amp; Networking](/categories/http)

zhylon/laravel-mailer
=====================

Symfony Zhylon Mailer Bridge

v1.0.0(1y ago)07MITPHPPHP &gt;=8.2

Since Nov 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Zhylon/laravel-mailer)[ Packagist](https://packagist.org/packages/zhylon/laravel-mailer)[ Docs](https://github.com/zhylon/laravel-mailer)[ GitHub Sponsors](https://github.com/Zhylon)[ RSS](/packages/zhylon-laravel-mailer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (12)Versions (2)Used By (0)

Zhylon Bridge for Laravel Mailer
================================

[](#zhylon-bridge-for-laravel-mailer)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a7db44c4ccd49ab1839e212fb5234814638d6a5a0f31c04089130ae55dcf1742/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a68796c6f6e2f6c61726176656c2d6d61696c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zhylon/laravel-mailer)[![GitHub Tests Action Status](https://camo.githubusercontent.com/680773f086ff169d9ecdf616dcb091e9b6425fc14d021cd458a9d63f6759baea/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7a68796c6f6e2f6c61726176656c2d6d61696c65722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/zhylon/laravel-mailer/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/fc6be387da40087d103f38ce58a8ee7c1626ae898b9eaa199389f9a47d3e727a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7a68796c6f6e2f6c61726176656c2d6d61696c65722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/zhylon/laravel-mailer/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f684146c80d1ac3c36b735e1d00affed4a898e823b623963029672786ce67b8d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a68796c6f6e2f6c61726176656c2d6d61696c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zhylon/laravel-mailer)

Provides Zhylon integration for Symfony Mailer. We have used the Postmark API and Bridge as a base for this package. See the [Postmark Bridge](https://github.com/symfony/postmark-mailer) or [Postmark API](https://postmarkapp.com/developer/api/overview) for more information.

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

[](#installation)

You can install the package via composer:

```
composer require zhylon/laravel-mailer
```

Configuration
-------------

[](#configuration)

Configuration example for `config/mail.php`:

```
'zhylon-mail' => [
    'transport' => 'zhylon-mail',
    // 'message_stream_id' => env('ZHYLONMAIL_MESSAGE_STREAM_ID'),
    // 'client' => [
    //     'timeout' => 5,
    // ],
],
```

Also you need to add the zhylon-mailer transport to your `config/services.php`:

```
'zhylon-mail' => [
        'token' => env('ZHYLONMAIL_TOKEN'),
    ],
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [TobyMaxham](https://github.com/TobyMaxham)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

545d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/900ab0a66bf701f3fb99a4db54276b4984cf3cf9b55ccad6df65c034f58be85f?d=identicon)[TobyMaxham](/maintainers/TobyMaxham)

---

Top Contributors

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

---

Tags

laravellaravel-mailerzhylon

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/zhylon-laravel-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/zhylon-laravel-mailer/health.svg)](https://phpackages.com/packages/zhylon-laravel-mailer)
```

###  Alternatives

[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[pusher/pusher-http-laravel

\[DEPRECATED\] A Pusher bridge for Laravel

400509.0k3](/packages/pusher-pusher-http-laravel)[sunchayn/nimbus

A Laravel package providing an in-browser API client with automatic schema generation, live validation, and built-in authentication with a touch of Laravel-tailored magic for effortless API testing.

29428.0k](/packages/sunchayn-nimbus)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[huang-yi/shadowfax

Run Laravel on Swoole.

3511.7k](/packages/huang-yi-shadowfax)

PHPackages © 2026

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