shyim/var-dumper

This package is abandoned and no longer maintained. No replacement package was suggested.

Symfony mechanism for exploring and dumping PHP variables

1.0.4 2018-11-06 15:03 UTC

This package is auto-updated.

Last update: 2022-11-07 02:01:19 UTC


README

Patched to run with PHP 5.6 and Symfony 2.8

The VarDumper component 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.

Resources