servicerunner/li3_debug

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

Symfony2 Debug Bar ported to Lithium

Installs: 1 619

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 2

Type:lithium-library

dev-master 2013-09-13 01:39 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:24:51 UTC


README

A port of Symfony2's debug menu to Lithium. Thanks to @marcghorayeb for a great starting point.

Here is a screenshot of what it looks like with the Timer panel open:

Timer Panel

Installation

Load li3_debug by updating config/bootstrap/libraries.php:

<?php

// ... snip ...

use lithium\core\Environment;

if (!Environment::is('production')) {
    Libraries::add('li3_debug');
}

ToDo

  • Use li3_profiler for Timer panel
  • Look for enhancements that could be stolen borrowed from li3_perf