trad3r/dump

Beautiful mechanism for exploring and dumping PHP variables

dev-master 2019-11-07 06:29 UTC

This package is auto-updated.

Last update: 2024-04-07 16:06:17 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)