Skip to content

samleybrize/bugzorcist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bugzorcist - Debugging tools for PHP 5.3+

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

About

Set of tools to help debugging PHP applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published