beastbytes / yii-tracy-panel-assets
Assets panel for Yii Tracy
dev-master
2025-07-13 21:29 UTC
Requires
- php: ^8.1
- ext-pdo: *
- beastbytes/yii-tracy: dev-main
- yiisoft/assets: dev-master
- yiisoft/translator-message-php: ^1.0
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-13 21:29:42 UTC
README
The Yii Tracy Panel Assets package is a panel for Yii Tracy (integration of the Tracy debugging toolinto Yii3) that provides information about page assets.
Requirements
- PHP 8.1 or higher
Installation
Install the package using Composer:
Either:
composer require-dev beastbytes/yii-tracy-panel-assets
or add the following to the require-dev
section of your composer.json
"beastbytes/yii-tracy-panel-assets": "<version_constraint>"
Information Displayed
Tab
Shows the number of assets loaded.
Panel
Shows details of assets loaded.
License
The BeastBytes Yii Tracy Panel Assets package is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.