PHPackages                             srt4rulez/timber-tracy-bar-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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. srt4rulez/timber-tracy-bar-panel

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

srt4rulez/timber-tracy-bar-panel
================================

A Tracy Bar Panel with Timber info for debugging

v0.1.3(9y ago)4946↑650%[1 issues](https://github.com/srt4rulez/timber-tracy-bar-panel/issues)MITPHPPHP &gt;=5.4

Since Feb 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/srt4rulez/timber-tracy-bar-panel)[ Packagist](https://packagist.org/packages/srt4rulez/timber-tracy-bar-panel)[ RSS](/packages/srt4rulez-timber-tracy-bar-panel/feed)WikiDiscussions master Synced 1mo ago

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

Timber Tracy Bar Panel
======================

[](#timber-tracy-bar-panel)

[![Latest Stable Version](https://camo.githubusercontent.com/d29aa1d3736f756ad83c60ef5ec9661b0ad073be95cace1002fe8349736c3893/68747470733a2f2f706f7365722e707567782e6f72672f7372743472756c657a2f74696d6265722d74726163792d6261722d70616e656c2f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/srt4rulez/timber-tracy-bar-panel)[![License](https://camo.githubusercontent.com/b26a3229f0e0c046a49c09bd657c30d10cfacae2200a970dbc6f375a77cb6322/68747470733a2f2f706f7365722e707567782e6f72672f7372743472756c657a2f74696d6265722d74726163792d6261722d70616e656c2f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/srt4rulez/timber-tracy-bar-panel)

[![Timber Tab](https://github.com/srt4rulez/timber-tracy-bar-panel/raw/master/timber-tab.png?raw=true "Timber Tab")](https://github.com/srt4rulez/timber-tracy-bar-panel/blob/master/timber-tab.png?raw=true)

What info does it show?
-----------------------

[](#what-info-does-it-show)

This tracy panel shows info about the following:

- Dumps the current Timber context into the same format as a Tracy BarDump
- Rendered Twig File(s)
- Version
- Template Directories
- Twig Cache
- Cache
- Auto Meta
- Autoescape

[![Timber Panel](https://github.com/srt4rulez/timber-tracy-bar-panel/raw/master/timber-panel.png?raw=true "Timber Panel")](https://github.com/srt4rulez/timber-tracy-bar-panel/blob/master/timber-panel.png?raw=true)

Requirements:
-------------

[](#requirements)

- [Timber](https://github.com/timber/timber)
- [Tracy Debugger](https://github.com/nette/tracy)
- PHP 5.4+

Getting Started
---------------

[](#getting-started)

Install via composer:

```
composer require srt4rulez/timber-tracy-bar-panel --dev

```

Add composer autoload to `functions.php` (You are using this in a WordPress theme right?):

```
require __DIR__ . '/vendor/autoload.php';
```

Enable tracy, then add the `TimberBarPanel`, like so:

```
Tracy\Debugger::enable( Tracy\Debugger::DEVELOPMENT );
Tracy\Debugger::getBar()->addPanel( new srt4rulez\TimberBarPanel );
```

You could wrap tracy in a condition for `WP_DEBUG` and `! is_admin()` (I've experienced uploads error when tracy was enabled on admin side)

```
if ( WP_DEBUG && ! is_admin() ) {

	Tracy\Debugger::enable( Tracy\Debugger::DEVELOPMENT );
	Tracy\Debugger::getBar()->addPanel( new \srt4rulez\TimberBarPanel );

}
```

Final `functions.php`:

```
require __DIR__ . '/vendor/autoload.php';

if ( WP_DEBUG && ! is_admin() ) {

	Tracy\Debugger::enable( Tracy\Debugger::DEVELOPMENT );
	Tracy\Debugger::getBar()->addPanel( new srt4rulez\TimberBarPanel );

}
```

Thanks
------

[](#thanks)

- [Timber](https://github.com/timber/timber) for the awesome WP framework
- [Tracy Debugger](https://github.com/nette/tracy) for the awesome debugging tool

License
-------

[](#license)

MIT

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Total

4

Last Release

3332d ago

PHP version history (2 changes)v0.1.0PHP ^5.4

v0.1.3PHP &gt;=5.4

### Community

Maintainers

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

---

Top Contributors

[![srt4rulez](https://avatars.githubusercontent.com/u/4718542?v=4)](https://github.com/srt4rulez "srt4rulez (22 commits)")

---

Tags

timbertracytracy-debuggertracy-paneldebuggingbartracytimberpanel

### Embed Badge

![Health badge](/badges/srt4rulez-timber-tracy-bar-panel/health.svg)

```
[![Health](https://phpackages.com/badges/srt4rulez-timber-tracy-bar-panel/health.svg)](https://phpackages.com/packages/srt4rulez-timber-tracy-bar-panel)
```

###  Alternatives

[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)[milo/vendor-versions

Bar with versions list of vendor libraries for Tracy

19155.1k5](/packages/milo-vendor-versions)[vasek-purchart/tracy-blue-screen-bundle

This bundle lets you use the Tracy's debug screen in combination with the the default profiler in your Symfony application.

1177.6k](/packages/vasek-purchart-tracy-blue-screen-bundle)

PHPackages © 2026

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