From 9602668f7f2eb1abe0d466837fb556fbe6500077 Mon Sep 17 00:00:00 2001 From: Nikhilesh Jasuja Date: Fri, 7 Aug 2015 15:26:42 -0700 Subject: [PATCH] =?UTF-8?q?Added=20Kint=20=E2=80=94=20https://github.com/r?= =?UTF-8?q?averen/kint=20=E2=80=94=20which=20is=20a=20debugging=20and=20pr?= =?UTF-8?q?ofiling=20tool=20that=20replaces=20var=5Fdump(),=20print=5Fr()?= =?UTF-8?q?=20and=20debug=5Fbacktrace().=20Kint=20is=20shipped=20by=20defa?= =?UTF-8?q?ult=20with=20Drupal=208's=20development=20suite.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2225bf8..0cafc8b 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Z-Ray](http://www.zend.com/en/products/server/z-ray) - A debug and profile tool for Zend Server. * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook. * [Blackfire.io](http://blackfire.io) - A low-overhead code profiler. +* [Kint] (https://github.com/raveren/kint) - A debugging and profiling tool that replaces debug_backtrace(), var_dump() and print_r(). ## Build Tools *Project build and automation tools.*