aksoyih / better-dump
A beautiful debugging tool for PHP applications with syntax highlighting and collapsible output
1.0.1
2025-01-28 10:27 UTC
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2025-02-28 11:02:41 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