PHPackages                             atk14/templates-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. [Templating &amp; Views](/categories/templating)
4. /
5. atk14/templates-panel

ActiveLibrary[Templating &amp; Views](/categories/templating)

atk14/templates-panel
=====================

A panel for Tracy Debugger in an ATK14 project. Displays nested list of all rendered templates.

v1.0.1(1mo ago)139.7k↓16%MITPHPPHP &gt;=5.3.0

Since Apr 13Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/atk14/TemplatesPanel)[ Packagist](https://packagist.org/packages/atk14/templates-panel)[ Docs](https://github.com/atk14/TemplatesPanel)[ RSS](/packages/atk14-templates-panel/feed)WikiDiscussions master Synced yesterday

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

TemplatesPanel
==============

[](#templatespanel)

A panel for Tracy Debugger in an ATK14 application. Displays nested list of all rendered templates.

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

[](#basic-usage)

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

```

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

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

Use the Composer to install the panel.

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

```

Load autoloader from the Composer and enable the Tracy Debugger.

```
// file: lib/load.php
require(__DIR__."/../vendor/autoload.php");

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

```

Add the TemplatesPanel to the Tracy in \_application\_after\_filter().

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

```

Licence
-------

[](#licence)

TemplatesPanel is free software distributed [under the terms of the MIT license](http://www.opensource.org/licenses/mit-license)

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance89

Actively maintained with recent releases

Popularity29

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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 ~2948 days

Total

2

Last Release

55d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/974278?v=4)[Jaromir Tomek](/maintainers/yarri)[@yarri](https://github.com/yarri)

---

Top Contributors

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

---

Tags

templatetracyatk14

### Embed Badge

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

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

###  Alternatives

[phpoffice/phpword

PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)

7.6k39.0M235](/packages/phpoffice-phpword)[rize/uri-template

PHP URI Template (RFC 6570) supports both expansion &amp; extraction

435149.5M63](/packages/rize-uri-template)[runcmf/runtracy

Slim Framework Debugger

7572.5k4](/packages/runcmf-runtracy)[larablocks/pigeon

A more flexible email message builder for Laravel 5 including chained methods, reusable message configurations, and message layout and template view management.

143.7k](/packages/larablocks-pigeon)

PHPackages © 2026

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