milankyncl/phalcon-debugbar
最新稳定版本:v1.2
Composer 安装命令:
composer require milankyncl/phalcon-debugbar
包简介
Phalcon Debugbar for Phalcon 3.x.x
README 文档
README
Phalcon Debugbar for PHP Phalcon 3.x.x. You can view 4 standard panels right now - execution timer, view renderering status, database profiler and router result. You can optionally enable specific remote addresses, so you can view debugbar even in production mode.
Installation
- Include packagist repository into your project.
composer require milankyncl/phalcon-debugbar
- Include this snippet into your bootstrap file, just before creating Application instance. Enable specific remote addresses.
$phalconDebugbar = new \MilanKyncl\Debugbar\PhalconDebugbar(); // Your remote addresses or just bool (true|false) $phalconDebugbar->setDebugMode([ '127.0.0.1', '::1' ]); // listen to services $phalconDebugbar->listen();
- That's the magic!
Enjoy.
统计信息
- 总下载量: 471
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-29