debugbar:PSR 15中间件在HTML响应中自动插入PHP DebugBar 源码
中间件/调试栏 在HTML响应中自动插入中间件。 要求 PHP> = 7.2 安装 该软件包可以通过Composer作为安装和自动加载。 composer require middlewares/debugbar 例子 $ dispatcher = new Dispatcher ([ new Middlewares \ Debugbar () ]); $ response = $ dispatcher -> dispatch ( new ServerRequest ()); 用法 您可以向构造函数提供DebugBar\DebugBar实例,否则将自动创建DebugBar\Standard
文件列表
debugbar-master.zip
(预估有个7文件)
debugbar-master
composer.json
1KB
.github
workflows
main.yaml
2KB
LICENSE
1KB
CONTRIBUTING.md
3KB
src
Debugbar.php
5KB
CHANGELOG.md
2KB
暂无评论