Kint - a modern and powerful PHP debugging helper

Discuss general web development questions. Help others and get help from others.

Moderator: kfury77

Post Reply
User avatar
pmk65
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Kint - a modern and powerful PHP debugging helper

Post by pmk65 »

Kint for PHP is a tool designed to present your debugging data in the absolutely best way possible.

In other words, it's var_dump() and debug_backtrace() on steroids. Easy to use, but powerful and customizable. An essential addition to your development toolbox.

http://raveren.github.io/kint/
There are 10 types of people in the world: Those who understand binary and those who don't.
Post Reply