2017 © Pedro Peláez
 

lithium-library li3_debug

Symfony2 Debug Bar ported to Lithium

image

servicerunner/li3_debug

Symfony2 Debug Bar ported to Lithium

  • Friday, September 13, 2013
  • by leek
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1,528 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

li3_debug

A port of Symfony2's debug menu to Lithium. Thanks to @marcghorayeb for a great starting point., (*1)

Here is a screenshot of what it looks like with the Timer panel open:, (*2)

Timer Panel, (*3)

Installation

Load li3_debug by updating config/bootstrap/libraries.php:, (*4)

<?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

The Versions

13/09 2013

dev-master

9999999-dev https://github.com/ServiceRunner/li3_debug

Symfony2 Debug Bar ported to Lithium

  Sources   Download

The Requires

 

debug debugbar lithium li3