pandeydip/dump-die

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

Uses Symfony var dumper and use die to dump and stop code execution

1.0 2016-01-21 09:35 UTC

This package is not auto-updated.

Last update: 2023-03-08 04:55:59 UTC


README

Object dumper, dump and die the the execution in php.

How to use

Just dump the object or variable

dump(obj)

To dump and die multiple variable or objects

dd(obj1, variable, obj2)