samleybrize / bugzorcist
Set of tools to help debugging
v0.10.7
2016-02-09 14:43 UTC
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