alexeyplodenko/php-dumper
最新稳定版本:1.0.3
Composer 安装命令:
composer require alexeyplodenko/php-dumper
包简介
The package provides a simple dump function, to output the variables and stop execution.
README 文档
README
Motivation
Being a lazy developer, I do not want to install XDebug or any other tool. But rather start coding and debugging with the existing setup right now.
The package provides a simple dump function, to output the variables and stop execution.
Install
Run composer require alexeyplodenko/php-dumper
Usage
<?php require 'vendor/autoload.php'; d(NULL, 'string', '', 123);
Outputs in a browser and CLI:
NULL
string
(empty string)
123
#0 E:\web\AlexeyPlodenko\php-dumper\index.php(3): d(NULL, 'string', '', 123)
#1 {main}
Dependencies
No dependencies.
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-15