PHPackages                             phylogram/monolog-wp-mail-handler - 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. phylogram/monolog-wp-mail-handler

ActiveProject

phylogram/monolog-wp-mail-handler
=================================

A Monolog Handler to send mails with wordpress' wp\_mail function. This only will work in wordpress. Very simple :-)

016PHP

Since Jul 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/phylogram/monolog-wp-mail-handler)[ Packagist](https://packagist.org/packages/phylogram/monolog-wp-mail-handler)[ RSS](/packages/phylogram-monolog-wp-mail-handler/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Monolog Handler for wp\_mail
============================

[](#monolog-handler-for-wp_mail)

This library contains one class, that can be registered to send mails with wordpress' `wp_mail` function. Does only work in wordpress, which is *not* listed as dependency in composer.

For using this, you should check out monolog's documentation:

Example:
--------

[](#example)

```
use Monolog\Logger;
use phylogram\MonologWPMailHandler\WPMailHandler;

$logger = new Logger('channel');
$logger->pushHandler(new WPMailHandler(['any.valid@mail.addresses'], Logger::WARNING));
$logger->alert('No more coffee in office');
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29863702?v=4)[Philip Röggla](/maintainers/phylogram)[@phylogram](https://github.com/phylogram)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/phylogram-monolog-wp-mail-handler/health.svg)

```
[![Health](https://phpackages.com/badges/phylogram-monolog-wp-mail-handler/health.svg)](https://phpackages.com/packages/phylogram-monolog-wp-mail-handler)
```

PHPackages © 2026

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