samleybrize/bugzorcist
Composer 安装命令:
composer require samleybrize/bugzorcist
包简介
Set of tools to help debugging
README 文档
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
统计信息
- 总下载量: 1.17k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-21