PHPackages                             atk14/mail-panel - 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. atk14/mail-panel

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

atk14/mail-panel
================

A panel for Tracy Debugger showing html and plain output of ApplicationMailer

v1.0.4(4w ago)041.3k↓20%MITPHPPHP &gt;=5.0.0

Since Apr 13Pushed 4w ago2 watchersCompare

[ Source](https://github.com/atk14/MailPanel)[ Packagist](https://packagist.org/packages/atk14/mail-panel)[ Docs](https://github.com/atk14/MailPanel)[ RSS](/packages/atk14-mail-panel/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

MailPanel
=========

[](#mailpanel)

A panel for Tracy Debugger that show output of both html and plaintext versions of emails sent by Atk14 ApplicationMailer.

Basic usage
-----------

[](#basic-usage)

```
$bar = Tracy\Debugger::getBar();
$bar->addPanel(new MailPanel($this->mailer));
```

Usage in an ATK14 application (built upon Atk14Skelet)
------------------------------------------------------

[](#usage-in-an-atk14-application-built-upon-atk14skelet)

First enable Tracy Debugger.

```
// file: lib/load.php
if(
  !TEST &&
  !$HTTP_REQUEST->xhr() &&
  php_sapi_name()!="cli" // we do not want Tracy in cli
){
  Tracy\Debugger::enable(PRODUCTION, __DIR__ . '/../log/');
}
```

Add MailPanel panel to Tracy in \_application\_after\_filter().

```
// file: app/controllers/application_base.php
function _application_after_filter(){
  if(!TEST){
    $bar = Tracy\Debugger::getBar();
    $bar->addPanel(new MailPanel($this->mailer));
  }
}
```

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

[](#installation)

Just use the Composer:

```
$ cd path/to/your/atk14/project/
$ composer require atk14/mail-panel

```

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance94

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 69.2% 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 ~741 days

Total

5

Last Release

28d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63850884295d8ba2feeca5607fb01db937060f526ed7e71fcbd184fd00ce2799?d=identicon)[michal.vojan](/maintainers/michal.vojan)

---

Top Contributors

[![yarri](https://avatars.githubusercontent.com/u/974278?v=4)](https://github.com/yarri "yarri (9 commits)")[![mysutka](https://avatars.githubusercontent.com/u/974669?v=4)](https://github.com/mysutka "mysutka (4 commits)")

---

Tags

mailtracyatk14

### Embed Badge

![Health badge](/badges/atk14-mail-panel/health.svg)

```
[![Health](https://phpackages.com/badges/atk14-mail-panel/health.svg)](https://phpackages.com/packages/atk14-mail-panel)
```

###  Alternatives

[php-imap/php-imap

Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)

1.7k13.2M48](/packages/php-imap-php-imap)[zbateson/mail-mime-parser

MIME email message parser

54551.9M86](/packages/zbateson-mail-mime-parser)[php-mime-mail-parser/php-mime-mail-parser

A fully tested email parser for PHP 8.2+ (mailparse extension wrapper).

99310.1M35](/packages/php-mime-mail-parser-php-mime-mail-parser)[nette/mail

📧 Nette Mail: A handy library for creating and sending emails in PHP.

49210.1M268](/packages/nette-mail)[webklex/php-imap

PHP IMAP client

4476.3M22](/packages/webklex-php-imap)[propaganistas/laravel-disposable-email

Disposable email validator

6012.9M7](/packages/propaganistas-laravel-disposable-email)

PHPackages © 2026

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