PHPackages                             itkg/debug - 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. itkg/debug

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

itkg/debug
==========

Itkg debug library

019.8k[1 issues](https://github.com/itkg/debug/issues)PHP

Since Oct 24Pushed 11y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Itkg Debug library
==================

[](#itkg-debug-library)

[![Build Status](https://camo.githubusercontent.com/ccb99b2e31f96f21191b5f359a5a9bff4549fb1f1da9187cdffb74143b00eb9f/68747470733a2f2f7472617669732d63692e6f72672f69746b672f64656275672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/itkg/debug)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/dbe69bd7198cd722512101801ae4fdf15c349d0ba9a4aea8b4718772a31447b3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69746b672f64656275672f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/itkg/debug/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/1d747abdf6fc0f6e09e30136ab8421d12d629a228678fc991e292d8d2477f58f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69746b672f64656275672f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/itkg/debug/?branch=master)

Debug library with custom debug bar

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

[](#installation)

### Installation by Composer

[](#installation-by-composer)

If you use composer, add itkg/debug as a dependency to the composer.json of your application

```
    "require": {
        ...
        "itkg/debug": "dev-master"
        ...
    },
```

To install assets in your web directory with composer, you can add this lines :

```
    "extra": {
        "itkg_debug_asset_dir": "path/to/your/web/directory"
    },
    "scripts": {
        "post-update-cmd":  "Itkg\\Debug\\Composer\\Installer::copyAssets",
        "post-install-cmd": "Itkg\\Debug\\Composer\\Installer::copyAssets"
    }
```

Usage
-----

[](#usage)

For documentation &amp; default data collector, read [php-debugBar documentation](https://github.com/maximebf/php-debugbar).

To activate debug bar :

```
    ... // include autoload, etc
    $container = new Itkg\Core\ServiceContainer();
    $container->register(new Itkg\Debug\ServiceProvider());

    $debugBarRenderer = $container['debug']['renderer'];

    // include scripts header
    echo $debugBarRenderer->renderHead();

    // include debug bar
    echo $debugBarRenderer->render();
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

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/79fa88379e4e550c3504567fc9cfcdea749b0e0695b1381ce5247f34fe419f9f?d=identicon)[pdenis](/maintainers/pdenis)

---

Top Contributors

[![pdenis](https://avatars.githubusercontent.com/u/1713289?v=4)](https://github.com/pdenis "pdenis (31 commits)")

### Embed Badge

![Health badge](/badges/itkg-debug/health.svg)

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

###  Alternatives

[fjogeleit/prometheus-messenger-middleware

Prometheus Middleware for the Symfony Messenger Component

2255.2k](/packages/fjogeleit-prometheus-messenger-middleware)[spatie/craft-ray

Easily debug CraftCMS projects

1638.6k](/packages/spatie-craft-ray)

PHPackages © 2026

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