PHPackages                             jorgesierra/zf2tracy - 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. jorgesierra/zf2tracy

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

jorgesierra/zf2tracy
====================

Tracy PHP debugger for ZF2

0181PHP

Since May 26Pushed 11y agoCompare

[ Source](https://github.com/jorgesierra/zf2tracy)[ Packagist](https://packagist.org/packages/jorgesierra/zf2tracy)[ RSS](/packages/jorgesierra-zf2tracy/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ZF2Tracy
========

[](#zf2tracy)

Tracy PHP debugger module for ZF2
=================================

[](#tracy-php-debugger-module-for-zf2)

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

[](#installation)

1. Add to your composer.json and run 'php composer.phar install/update'

```
{
    "require": {
        "jorgesierra/zf2tracy": "dev-master"
    }
}
```

2. Add 'ZF2Tracy' to the enabled modules list

Usage
-----

[](#usage)

\\Tracy\\Debugger::dump($var);

Configuration
-------------

[](#configuration)

```
return array(
    'tracy_debug' => array(
        'enabled' => TRUE,
        'mode' => FALSE,    // true = production|false = development|null = autodetect|IP address(es) csv/array
        'log' => "",        // bool = enabled|Path to directory eg. data/logs
        'email' => "",      // in production mode notifies the recipient
        'strict' => TRUE,   // bool = cause immediate death|int = matched against error severity
        'max_depth' => 3,   // nested levels of array/object
        'max_len' => 150,   // max string display length
    ),
);

```

Inspired by

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f05ae1f702ae0c3e7bf66f678c54c11004fc302428187ca23c5bfff64e4df05?d=identicon)[jorgesierra](/maintainers/jorgesierra)

---

Top Contributors

[![jorgesierra](https://avatars.githubusercontent.com/u/467254?v=4)](https://github.com/jorgesierra "jorgesierra (15 commits)")

### Embed Badge

![Health badge](/badges/jorgesierra-zf2tracy/health.svg)

```
[![Health](https://phpackages.com/badges/jorgesierra-zf2tracy/health.svg)](https://phpackages.com/packages/jorgesierra-zf2tracy)
```

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M913](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k28](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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