-
Kint is a PHP script for debugging PHP. Sniffs PHP data and outputs it nicely on a page with no special configuration needing to be done beforehand. Kint combines lots of features from other PHP debug tools and functions like var_dump, print_r, Krumo or dBug. Features of Kint:- The name of the variable or whole expression is displayed along its ...

