beastbytes/yii-tracy-panel-view

View panel for Yii Tracy

dev-master 2025-07-05 10:09 UTC

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.