PHPackages                             somehow-digital/symfony-lettermint-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. somehow-digital/symfony-lettermint-mailer

ActiveSymfony-mailer-bridge[Mail &amp; Notifications](/categories/mail)

somehow-digital/symfony-lettermint-mailer
=========================================

Symfony Lettermint Mailer Bridge

v1.0.0(4mo ago)2116↑200%[1 issues](https://github.com/somehow-digital/symfony-lettermint-mailer/issues)1MITPHPPHP &gt;=8.2CI passing

Since Dec 23Pushed 4mo agoCompare

[ Source](https://github.com/somehow-digital/symfony-lettermint-mailer)[ Packagist](https://packagist.org/packages/somehow-digital/symfony-lettermint-mailer)[ Docs](https://somehow.digital/)[ RSS](/packages/somehow-digital-symfony-lettermint-mailer/feed)WikiDiscussions main Synced 1mo ago

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

Lettermint Mailer for Symfony
=============================

[](#lettermint-mailer-for-symfony)

> Provides `Lettermint` integration for Symfony Mailer.

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

[](#installation)

```
composer require somehow-digital/symfony-lettermint-mailer
```

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

[](#configuration)

```
# API
MAILER_DSN=lettermint+api://TOKEN@default?route=my-route

# SMTP
MAILER_DSN=lettermint+smtp://TOKEN@default
```

### Route per Email

[](#route-per-email)

Set a [route](https://docs.lettermint.co/platform/projects-and-routes/routes) for each email using the `RouteHeader`:

```
use SomehowDigital\Symfony\Component\Mailer\Bridge\Lettermint\Header\RouteHeader;
$email->getHeaders()->add(new RouteHeader('my-route'));
```

Webhook
-------

[](#webhook)

Configure the webhook routing:

```
framework:
    webhook:
        routing:
            lettermint_mailer:
                service: mailer.webhook.request_parser.lettermint
                secret: '%env(LETTERMINT_WEBHOOK_SECRET)%'
```

And a consumer:

```
#[AsRemoteEventConsumer(name: 'lettermint_mailer')]
class LettermintMailEventConsumer implements ConsumerInterface
{
    public function consume(RemoteEvent|AbstractMailerEvent $event): void
    {
        // your code
    }
}
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance64

Regular maintenance activity

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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

140d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/38b23f01c936315db03de52b789382c879f7471302f2692f5cfd55454147e553?d=identicon)[thasmo](/maintainers/thasmo)

---

Top Contributors

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

---

Tags

apisymfonyemailmailerBridgelettermint

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/somehow-digital-symfony-lettermint-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/somehow-digital-symfony-lettermint-mailer/health.svg)](https://phpackages.com/packages/somehow-digital-symfony-lettermint-mailer)
```

###  Alternatives

[sylius/mailer-bundle

Mailers and e-mail template management for Symfony projects.

728.1M77](/packages/sylius-mailer-bundle)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)[yarcode/yii2-mailgun-mailer

Mailgun mailer implementation for Yii2

1576.0k](/packages/yarcode-yii2-mailgun-mailer)[dotkernel/dot-mail

Dotkernel mail component based on symfony mailer

1140.0k5](/packages/dotkernel-dot-mail)

PHPackages © 2026

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