From 7fceaa4608b9dc2c1ca39eed46877b27c1df3d6c Mon Sep 17 00:00:00 2001 From: wingsfree Date: Mon, 30 Jun 2014 23:10:56 +0800 Subject: [PATCH] add xdebug and xhprof --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ac677b5..9879414 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger. * [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code. * [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project. +* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP. +* [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP. ## Build Tools *Project build and automation tools.*