assouan/dumper 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2026-06-17