beastbytes / yii-tracy-panel-view
View panel for Yii Tracy
dev-master
2025-07-05 10:09 UTC
Requires
- php: ^8.1
- beastbytes/yii-tracy: dev-main
- psr/container: 2.0
- yiisoft/translator-message-php: ^1.0
- yiisoft/yii-view-renderer: dev-master
Requires (Dev)
- phpunit/phpunit: ^10.0
- vimeo/psalm: ^5.0
- yiisoft/di: ^1.0
- yiisoft/dummy-provider: ^1.0
- yiisoft/test-support: ^3.0
This package is auto-updated.
Last update: 2025-07-05 10:34:10 UTC
README
The Yii Tracy Panel View package integrates the Tracy debugging tool into Yii3 by providing the necessary configuration.
Requirements
- PHP 8.1 or higher
Installation
Install the package using Composer:
Either:
composer require beastbytes/yii-tracy-panel-view
or add the following to the require
section of your composer.json
"beastbytes/yii-tracy-panel-view": "<version_constraint>"
Information Displayed
Provides information about the rendered view.
Tab
Does not show data on the tab.
Panel
Names of the rendered view, included partial views, and layout, and their parameters.
License
The BeastBytes Yii Tracy package is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.