newclass/vitium
Composer 安装命令:
composer require newclass/vitium
包简介
PHP error manager.
README 文档
README
What is Vitium?
Vitium is a PHP error manager. Auto detect syntax error, notice, deprecated na redirect to class handler.
Installation
The best way to install is to use the composer by command:
composer require newclass/vitium
composer install
Use example
use Vitium\ErrorManager;
$errorManager=new ErrorManager();
$errorManager->addHandler(new LogErrorHandler()); //Implement ErrorHandlerInterface
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-07-17