alexeyplodenko/symfony-php-dumper
最新稳定版本:1.0.13
Composer 安装命令:
composer require alexeyplodenko/symfony-php-dumper
包简介
The package provides a simple dump function, based on the Symfony VarDumper package, to output the variables and stop execution.
README 文档
README
The package provides a simple dump d($yourFirstVar, $yourSecondVar,..); function, based on the Symfony VarDumper package, to output the variables and stop execution. The output happens to the browser and console at the same time.
Motivation
- To have an output to both the browser and CLI (like Docker logs) at the same time.
- To have a stack trace to be able to find where I have left the
d()function. - To ignore
d()on production and staging environments. So if the function is still there in the code, it would not affect the runtime. - To have a compact debug output, not affected by any HTML or CSS.
统计信息
- 总下载量: 1.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-25

