aksoyih/better-dump

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

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/aksoyih/better-dump

1.0.2 2025-05-08 06:49 UTC

This package is auto-updated.

Last update: 2025-09-08 07:32:22 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