aksoyih/better-dump

A beautiful debugging tool for PHP applications with syntax highlighting and collapsible output

1.0.2 2025-05-08 06:49 UTC

This package is auto-updated.

Last update: 2025-05-08 06:50:55 UTC


README

A beautiful debugging tool for PHP applications with syntax highlighting and collapsible output.

Installation

composer require aksoyih/better-dump

Usage

// Simple usage
dd($variable);

// Multiple variables
dd($var1, $var2, $var3);

Features

  • Beautiful syntax highlighting
  • Collapsible arrays and objects
  • Memory usage tracking
  • Execution time monitoring
  • Request information
  • URL detection and linking
  • Expandable/collapsible sections

License

MIT License