1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-05-31 21:40:49 +00:00

add xdebug and xhprof

This commit is contained in:
wingsfree 2014-06-30 23:10:56 +08:00
parent 76e63df910
commit 7fceaa4608

View File

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