killworm737 / add-tracy-panel
A panel for Tracy Debugger
Package info
github.com/killworm737/add-tracy-panel
Language:HTML
pkg:composer/killworm737/add-tracy-panel
v1.0.04
2015-11-07 02:32 UTC
Requires
- php: >=5.4.0
- tracy/tracy: >=2.3
This package is not auto-updated.
Last update: 2026-03-19 02:34:19 UTC
README
A panel for Tracy Debugger
Installation
composer require killworm737/add-tracy-panel
OR
Update composer.json
{
"require": {
...
"killworm737/add-tracy-panel": "dev-master"
},
}
Require this package with composer:
composer update
Use
$bar = Tracy\Debugger::getBar(); $bar->addPanel(new AddPanel("test")); $bar->addPanel(new AddPanel("globals"));