pasckoch/dbug
最新稳定版本:1.0.1
Composer 安装命令:
composer require pasckoch/dbug
包简介
PHP version of ColdFusion's cfdump. Outputs colored and structured tabular variable information.
README 文档
README
It's a fork of ospinto/dbug to restore it, I've always found this colorization relevant.
install
composer require pasckoch/dbug
How to use
/** possibly add the composer autoload **/
require __DIR__.'/../vendor/autoload.php';
new Dbug($myVariable);
Features
PHP version of ColdFusion’s cfdump.
Outputs colored and structured tabular variable information.
Variable types supported are: Arrays, Classes/Objects, Database and XML Resources.
Ability to force certain types of output. Example: You can force an object variable to be outputted as an array type variable.
Stylesheet can be easily edited.
Table cells can be expanded and collapsed.
It’s FREE!!!
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2025-04-15