assouan/dumper
Composer 安装命令:
composer require assouan/dumper
包简介
Dumping utilities for the A PHP libraries.
README 文档
README
Dumping utilities for the A PHP libraries.
composer require assouan/dumper
Requires PHP 8.5 or later.
Usage
dump($value); dump($first, $second); dd($value); // dumps and stops execution
dump() delegates to A\Dumper\Dumper::dump(). dd() calls Dumper::dump() and stops execution itself.
Architecture
Dumper owns the dump logic: type detection, recursion, depth limits, item limits, string truncation, and object property discovery.
Renderers own the output shape: lines, tree branches, labels, and styled fragments. AnsiRenderer colors CLI output; HtmlRenderer escapes and colors web output.
Styles
The default style is automatic: ANSI colors in CLI and HTML in web contexts.
use A\Dumper\Dumper; Dumper::dump($value);
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2026-06-17