Looking for easy way to analyze var_dump (PHP) on large objects [closed] Looking for easy way to analyze var_dump (PHP) on large objects [closed] php php

Looking for easy way to analyze var_dump (PHP) on large objects [closed]


You could take a look at FirePHP. It enables you to write information to the firebug-console. If you write an array or object to the log and hover with your mouse over it, you get a nice presentation of the contents of that array. Here is a screenshot of a simple example.


I made a var_dump alternative you should like:

http://raveren.github.io/kint/

Screenshot demonstrating content-aware features:

Kint screenshot
(source: github.io)