PHPackages                             malyshev/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. malyshev/yii-debug-toolbar

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

malyshev/yii-debug-toolbar
==========================

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

0.9.x-dev(12y ago)290126.6k↑200%87[5 issues](https://github.com/malyshev/yii-debug-toolbar/issues)[9 PRs](https://github.com/malyshev/yii-debug-toolbar/pulls)3BSD-3-ClausePHP

Since Oct 31Pushed 5y ago33 watchersCompare

[ Source](https://github.com/malyshev/yii-debug-toolbar)[ Packagist](https://packagist.org/packages/malyshev/yii-debug-toolbar)[ RSS](/packages/malyshev-yii-debug-toolbar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (3)

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:

```
