PHPackages                             lum/lum-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. lum/lum-mailer

ActiveLibrary

lum/lum-mailer
==============

Lum Mailer

v3.0.0(1y ago)016MITPHP

Since Oct 4Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (10)Used By (0)

lum.mailer.php
==============

[](#lummailerphp)

Summary
-------

[](#summary)

A Mailer library that by default wraps [Symfony Mailer](https://symfony.com/doc/current/mailer.html) and adds some functionality that is mostly specific to the [Lum App Framework](https://github.com/supernovus/lum.app.php).

This is meant as a modular component of the Lum Framework to provide a standardized API for any kind of action that requires email messaging.

For a lot of more generic email uses, you can simply use Symfony Mailer directly rather than using this wrapper library.

v3 Notes
--------

[](#v3-notes)

This version is **NOT** backwards compatible with any prior versions. It has changed the classnames, namespaces, and defaults.

It has dropped the old `SendGrid` transport plugin. If you need to use SendGrid, you should install `symfony/sendgrid-mailer`and then set the `dsn` option to `sendgrid://APIKEY@default`.

Many option names have changed as well, read the docs for details.

Classes
-------

[](#classes)

ClassDescriptionLum\\Mailer\\ManagerThe main manager component used by apps.Lum\\Mailer\\Templates\\PluginInterface for template plugins.Lum\\Mailer\\Templates\\SymfonyTemplates via Symfony (uses Twig).Lum\\Mailer\\Templates\\TextListPlain text messages (no template).Lum\\Mailer\\Templates\\ViewLoaderTemplates using a [Lum Core](https://github.com/supernovus/lum.core.php) view loader.Lum\\Mailer\\Transport\\SymfonyThe Symfony Mailer transport plugin.Lum\\Mailer\\Transport\\PluginAn interface for transports.### Plugin notes

[](#plugin-notes)

- If no `transport` option is specified, `Symfony` will be used. This is currently the *only* transport included by default. Custom transports may be created and specified for special use cases.
- If no `templates` option is specified, `ViewLoader` will be used. In the future the default *MAY* change to `Symfony` but for now it's sticking with the templates as used by version 2.x and earlier.
- If `templates` is `Symfony` but `transport` is NOT `Symfony`, an Exception will be thrown. The Symfony template engine MUST only be used in conjunction with the Symfony transport!

Official URLs
-------------

[](#official-urls)

This library can be found in two places:

- [Github](https://github.com/supernovus/lum.mailer.php)
- [Packagist](https://packagist.org/packages/lum/lum-mailer)

Author
------

[](#author)

Timothy Totten

License
-------

[](#license)

[MIT](https://spdx.org/licenses/MIT.html)

---

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance42

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

9

Last Release

466d ago

Major Versions

v1.x-dev → v2.0.02021-12-17

v2.x-dev → v3.0.02025-01-28

PHP version history (2 changes)v1.0.0PHP ^7.0

v1.0.2PHP ^7.0 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ff04349507190155013e4a94a8b14860a7ac57afce4ba97961c7c79bd023dd7?d=identicon)[supernovus](/maintainers/supernovus)

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[symfony/debug-bundle

Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework

2.4k115.8M817](/packages/symfony-debug-bundle)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M309](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M192](/packages/simplesamlphp-simplesamlphp)

PHPackages © 2026

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