PHPackages                             ondrs/nette-mailgun-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. ondrs/nette-mailgun-mailer

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

ondrs/nette-mailgun-mailer
==========================

Implementation of Nette\\IMailer for Mailgun PHP SDK.

v0.2.1(8y ago)29.6k—0%1[1 PRs](https://github.com/ondrs/nette-mailgun-mailer/pulls)MITPHPPHP &gt;=5.6.0

Since Nov 10Pushed 6y agoCompare

[ Source](https://github.com/ondrs/nette-mailgun-mailer)[ Packagist](https://packagist.org/packages/ondrs/nette-mailgun-mailer)[ Docs](http://ondraplsek.cz)[ RSS](/packages/ondrs-nette-mailgun-mailer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (4)Used By (0)

Nette Mailgun Mailer [![Total Downloads](https://camo.githubusercontent.com/8b0a60f15d10266eecfe17606a683bc599095b493013ac33c5f6435ff84b29e3/68747470733a2f2f706f7365722e707567782e6f72672f6f6e6472732f6e657474652d6d61696c67756e2d6d61696c65722f646f776e6c6f616473)](https://packagist.org/packages/ondrs/nette-mailgun-mailer) [![Build Status](https://camo.githubusercontent.com/4bccc8d9e83c152f2a2e88fcfc2d098e9de1ce584418410340bc888df31ce3c1/68747470733a2f2f7472617669732d63692e6f72672f6f6e6472732f6e657474652d6d61696c67756e2d6d61696c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ondrs/nette-mailgun-mailer) [![Latest Stable Version](https://camo.githubusercontent.com/f7739004463116b3d9948524c35c8e32ef6574b76ce2c29b0383403ad51f9b19/68747470733a2f2f706f7365722e707567782e6f72672f6f6e6472732f6e657474652d6d61696c67756e2d6d61696c65722f762f737461626c65)](https://packagist.org/packages/ondrs/nette-mailgun-mailer)
==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#nette-mailgun-mailer---)

Implementation of Nette\\IMailer for Mailgun PHP SDK.

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

[](#installation)

composer.json

```
"ondrs/nette-mailgun-mailer": "v0.2.1"

```

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

[](#configuration)

Register the extension:

```
extensions:
  mailgun: ondrs\MailgunMailer\DI\Extension
```

And configure it:

```
mailgun:
  apiKey: 'testing-api-key'
  domain: 'domain.com'
```

Why?
----

[](#why)

Implementation of Nette\\SmtpMailer is [broken and nobody cares](https://github.com/nette/mail/pull/40). Correct definition of email headers is tricky and can change over time. Sending emails directly via Mailgun API solves this issue. Mailgun service should generate (hopefully) correct headers for us.

*This extension overrides default mailer service definition.*

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Every ~1 days

Total

3

Last Release

3103d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/823d0a415fb57c38c782afccc97b246979817d463dfdc0e77d40e8d85a144202?d=identicon)[ondrs](/maintainers/ondrs)

---

Top Contributors

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

---

Tags

mailmailgunnettenettemailermailgun

### Embed Badge

![Health badge](/badges/ondrs-nette-mailgun-mailer/health.svg)

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

###  Alternatives

[boundstate/yii2-mailgun

Mailgun integration for the Yii framework

28160.6k](/packages/boundstate-yii2-mailgun)[yarcode/yii2-mailgun-mailer

Mailgun mailer implementation for Yii2

1576.0k](/packages/yarcode-yii2-mailgun-mailer)

PHPackages © 2026

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