trad3r / dump
Beautiful mechanism for exploring and dumping PHP variables
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/trad3r/dump
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2025-11-07 19:27:06 UTC
README
The Dump class provides mechanisms for walking through any arbitrary PHP variable. Built on top, it provides a better dump() function that you can use instead of var_dump.
It requires PHP 5.3 or later.
Install
composer trad3r/dump:dev-master
Usage
You can use static method "show" for view php variable:
Dump::show($var)