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

A dead simple PHP var dumper created for those who can not afford PHP 7.0+

1.0.3 2017-12-18 11:01 UTC

This package is not auto-updated.

Last update: 2020-02-11 16:34:00 UTC


README

Composer

composer require bajankristof/dumper

Manual

Just download the src directory and require the provided autoload.php file.

Usage

As simple as calling dump(...) or dd(...), just like var_dump(...) though the results will be different... See for yourself 😏

Screenshot

Styles

To change the looks of the dump just go ahead and edit the dump.css file. (Be aware though that this might get overwritten by a composer update.)