beastbytes/yii-tracy-panel-router

Router panel for Yii Tracy

dev-master 2025-07-01 21:49 UTC

This package is auto-updated.

Last update: 2025-07-01 21:50:11 UTC


README

The Yii Tracy Panel Router package is a panel for Yii Tracy (integration of the Tracy debugging toolinto Yii3) that provides information from Yii Router about the current route.

Requirements

  • PHP 8.1 or higher

Installation

Install the package using Composer:

Either:

composer require beastbytes/yii-tracy-panel-router

or add the following to the require section of your composer.json

"beastbytes/yii-tracy-panel-router": "<version_constraint>"

Information Displayed

Tab

Shows the name of the route and the match time.

Panel

Shows the following information about the route:

  • matchTime
  • name
  • pattern
  • arguments
  • host
  • uri
  • action
  • middlewares

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.