Added Kint — https://github.com/raveren/kint — which is a debugging and profiling tool that replaces var_dump(), print_r() and debug_backtrace(). Kint is shipped by default with Drupal 8's development suite.

This commit is contained in:
Nikhilesh Jasuja 2015-08-07 15:26:42 -07:00
parent f1a3fa4aee
commit 9602668f7f
1 changed files with 1 additions and 0 deletions

View File

@ -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.*