sorexalpinus/watchtower
Composer 安装命令:
composer require sorexalpinus/watchtower
包简介
Error & Exception handler for PHP 7+
README 文档
README
Slim error & exception handler for PHP 7+
Installation
Install the latest version with
$ composer require sorexalpinus/watchtower
Basic Usage
<?php use WatchTower\WatchTower; use WatchTower\Handlers\WhoopsMinibox; use WatchTower\Outputs\Browser; $wt = WatchTower::getInstance(); $wt->watchFor(E_WARNING | E_NOTICE) ->thenCreate(WhoopsMinibox::create()) ->andSendTo(Browser::create()); $wt->watch();
Author
Juraj Hlatky (sorexalpinus)
License
WatchTower is licensed under the MIT License - see the LICENSE file for details
Special thanks
This library uses modified Whoops (filp/whoops) package
统计信息
- 总下载量: 63
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-22