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

ActiveYii2-extension[Mail &amp; Notifications](/categories/mail)

tmukherjee13/yii2-mailer
========================

A custom modular mailer extension for Yii2

v0.1(9y ago)055BSD-3-ClausePHP

Since Jan 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/tmukherjee13/yii2-mailer)[ Packagist](https://packagist.org/packages/tmukherjee13/yii2-mailer)[ RSS](/packages/tmukherjee13-yii2-mailer/feed)WikiDiscussions master Synced 2d ago

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

Yii2 Mailer
===========

[](#yii2-mailer)

A custom modular mailer extension for Yii2

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist tmukherjee13/yii2-mailer "*"

```

or add

```
"tmukherjee13/yii2-mailer": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
$emailReset = new \tmukherjee13\mailer\ResetPassword(array(
            'user' => Yii::$app->user->identity,
            'hash' => 'asdfas56ads1f1asdfdf',
            /* other dynamic data for email */
        ));
        $emailReset->send();```
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

3401d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a1c0309df8d5e35e8a27ebff97e637fb981fe299c3790e44fa6863c903e5775c?d=identicon)[tmukherjee13](/maintainers/tmukherjee13)

---

Top Contributors

[![tarunmukherjee](https://avatars.githubusercontent.com/u/6636032?v=4)](https://github.com/tarunmukherjee "tarunmukherjee (1 commits)")

---

Tags

yii2extensionmodularcustom-mail

### Embed Badge

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

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

###  Alternatives

[nterms/yii2-mailqueue

Email queue component for yii2 that works with yii2-swiftmailer.

87129.2k2](/packages/nterms-yii2-mailqueue)[nickcv/yii2-mandrill

Mandrill Api Integration for Yii2

29554.2k2](/packages/nickcv-yii2-mandrill)[odaialali/yii2-toastr

This is the Toastr extension for Yii 2. It encapsulates Toastr plugin in terms of Yii widgets, and makes ajax notification easy to implement.

1486.3k](/packages/odaialali-yii2-toastr)

PHPackages © 2026

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