PHPackages                             hscstudio/yii2-mailbox - 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. hscstudio/yii2-mailbox

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

hscstudio/yii2-mailbox
======================

Simple Mailbox For Yii 2.0

1.0.0(10y ago)67017[2 issues](https://github.com/hscstudio/yii2-mailbox/issues)GPL-3.0+PHP

Since Jun 16Pushed 10y ago3 watchersCompare

[ Source](https://github.com/hscstudio/yii2-mailbox)[ Packagist](https://packagist.org/packages/hscstudio/yii2-mailbox)[ RSS](/packages/hscstudio-yii2-mailbox/feed)WikiDiscussions master Synced 1mo ago

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

yii2-mailbox
============

[](#yii2-mailbox)

Simple Mailbox For Yii 2.0

[![Latest Stable Version](https://camo.githubusercontent.com/7fa7b4b818cb8f1ebc95a6302e807c365611445284823dbae3f80ea78da78c1a/68747470733a2f2f706f7365722e707567782e6f72672f68736373747564696f2f796969322d6d61696c626f782f762f737461626c65)](https://packagist.org/packages/hscstudio/yii2-mailbox) [![Total Downloads](https://camo.githubusercontent.com/7e77d2b3262272ad19a63c0d2e19d492e5fa1224924e8e381dd69c8c06728fc3/68747470733a2f2f706f7365722e707567782e6f72672f68736373747564696f2f796969322d6d61696c626f782f646f776e6c6f616473)](https://packagist.org/packages/hscstudio/yii2-mailbox) [![Latest Unstable Version](https://camo.githubusercontent.com/dde4280204b4d202f183801f4b57b8f9638dc7434d9b378db29151ffe260d23b/68747470733a2f2f706f7365722e707567782e6f72672f68736373747564696f2f796969322d6d61696c626f782f762f756e737461626c65)](https://packagist.org/packages/hscstudio/yii2-mailbox) [![License](https://camo.githubusercontent.com/5f23c749d93eb49957843782eb13ec136fb217c1266aeeaa7c1bb054e824b970/68747470733a2f2f706f7365722e707567782e6f72672f68736373747564696f2f796969322d6d61696c626f782f6c6963656e7365)](https://packagist.org/packages/hscstudio/yii2-mailbox)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist hscstudio/yii2-mailbox "1.0"

```

or add

```
"hscstudio/yii2-mailbox": "1.0"

```

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

Database migration
------------------

[](#database-migration)

import from [mailbox.sql](migrations/mailbox.sql)

or

```
yii migrate --migrationPath=@hscstudio\mailbox\migrations

```

Usage
-----

[](#usage)

Instantly, only access

```
index.php?r=mailbox

```

Customize View
--------------

[](#customize-view)

we can customize the view by copying the default view `@hscstudio/mailbox/views/default` to `@app/views/mailbox` and then add the following config.

```
'modules' => [
	'mailbox' => [
		'view' => '@app/views/mailbox',
	],
],

```

How to Contribute
-----------------

[](#how-to-contribute)

This tools is an OpenSource project so your contribution is very welcome.

In order to get started:

- Install this in your local (read installation section)
- Clone this repository.
- Check [README.md](README.md).
- Send [pull requests](https://github.com/hscstudio/yii2-mailbox/pulls).

Aside from contributing via pull requests you may [submit issues](https://github.com/hscstudio/yii2-mailbox/issues).

Our Team
--------

[](#our-team)

- [Hafid Mukhlasin](http://www.hafidmukhlasin.com) - Project Leader / Indonesian Yii developer.

We'd like to thank our [contributors](https://github.com/hscstudio/yii2-mailbox/graphs/contributors) for improving this tools. Thank you!

Jakarta - Indonesia

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3989d ago

### Community

Maintainers

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

---

Top Contributors

[![hscstudio](https://avatars.githubusercontent.com/u/2976897?v=4)](https://github.com/hscstudio "hscstudio (5 commits)")

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/hscstudio-yii2-mailbox/health.svg)

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

###  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)
