PHPackages                             understeam/yii2-mailgun - 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. understeam/yii2-mailgun

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

understeam/yii2-mailgun
=======================

Lightweight Mailgun library for Yii2 framework

v0.2.2(7y ago)18.7k↓77.8%3[2 issues](https://github.com/Understeam/yii2-mailgun/issues)MITPHPPHP &gt;=5.5

Since Apr 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Understeam/yii2-mailgun)[ Packagist](https://packagist.org/packages/understeam/yii2-mailgun)[ RSS](/packages/understeam-yii2-mailgun/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (4)Versions (5)Used By (0)

Yii2 Mailgun mailer
===================

[](#yii2-mailgun-mailer)

[![Latest version](https://camo.githubusercontent.com/34d425ae08151385c06e58703d84b6e5f1560053605e21d1577265eba017ddcb/68747470733a2f2f706f7365722e707567782e6f72672f756e646572737465616d2f796969322d6d61696c67756e2f76657273696f6e)](https://packagist.org/packages/understeam/yii2-mailgun)

Install through Composer:

```
composer require understeam/yii2-mailgun:^0.2 --prefer-dist

```

Configure:

```
...
'mailer' => [
    'class' => 'understeam\mailgun\Mailer',
    'domain' => 'domain.com',
    'apiKey' => 'api-key',
],
...
```

Use:

```
$message = Yii::$app->mailer->compose('@common/mail/signup', ['user' => $user]);
$message->send();
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~341 days

Total

4

Last Release

2697d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1397674?v=4)[Toly](/maintainers/AnatolyRugalev)[@AnatolyRugalev](https://github.com/AnatolyRugalev)

---

Top Contributors

[![AnatolyRugalev](https://avatars.githubusercontent.com/u/1397674?v=4)](https://github.com/AnatolyRugalev "AnatolyRugalev (4 commits)")[![glushkovds](https://avatars.githubusercontent.com/u/35626465?v=4)](https://github.com/glushkovds "glushkovds (1 commits)")[![sizeg](https://avatars.githubusercontent.com/u/4047591?v=4)](https://github.com/sizeg "sizeg (1 commits)")

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/understeam-yii2-mailgun/health.svg)

```
[![Health](https://phpackages.com/badges/understeam-yii2-mailgun/health.svg)](https://phpackages.com/packages/understeam-yii2-mailgun)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[tuyakhov/yii2-notifications

The extension provides support for sending notifications across a variety of delivery channels, including mail, SMS, Slack etc. Notifications may also be stored in a database so they may be displayed in your web interface.

6937.4k2](/packages/tuyakhov-yii2-notifications)[loveorigami/yii2-notification-wrapper

This module for renders a message from session flash (with ajax, pjax support and etc.)

76206.2k5](/packages/loveorigami-yii2-notification-wrapper)

PHPackages © 2026

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