PHPackages                             vendon-net/yii-debug-toolbar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. vendon-net/yii-debug-toolbar

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

vendon-net/yii-debug-toolbar
============================

A configurable set of panels that display various debug information about the current request/response.

05.9kPHP

Since Aug 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/vendon-net/yii-debug-toolbar)[ Packagist](https://packagist.org/packages/vendon-net/yii-debug-toolbar)[ RSS](/packages/vendon-net-yii-debug-toolbar/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Yii Debug Toolbar
=================

[](#yii-debug-toolbar)

The Yii Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content.

It is a ported to PHP famous [Django Debug Toolbar](/django-debug-toolbar/django-debug-toolbar/).

Currently, the following panels have been written and are working:

- Server info
- Request timer
- A list of superglobals
- Application settings
- SQL queries including time to execute and param bindings
- Logging output via Yii built-in logging

Installation
------------

[](#installation)

Extract the [yii-debug-toolbar](/malyshev/yii-debug-toolbar/) from archive under protected/extensions

Usage and Configuration
-----------------------

[](#usage-and-configuration)

For use [yii-debug-toolbar](/malyshev/yii-debug-toolbar/) need to specify new `route` in `log` component:

```
