samleybrize / bugzorcist
Set of tools to help debugging
Installs: 1 168
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/samleybrize/bugzorcist
Requires
- php: >=5.3.3
 - firephp/firephp-core: dev-master
 - jdorn/sql-formatter: 1.2.*
 
README
Usage
<?php // var dump use Bugzorcist\VarDump\VarDumpHtml; VarDumpHtml::dump($var); // render exception use Bugzorcist\Exception\Renderer\ExceptionRendererHtml; $exception = new Exception("exception message"); $renderer = new ExceptionRendererHtml($exception); $renderer->render();
Installation
For a quick install with Composer use:
$ composer require samleybrize/bugzorcist
Requirements
- PHP 5.3+
 - [optional] FirePHP Firefox extension for FirePHP based renderers
 - [optional] ncurses PHP extension for Ncurses based renderers
 
Author
This project is authored and maintained by Stephen Berquet.
License
Bugzorcist is licensed under the MIT License - see the LICENSE file for details