Browse Source

add xdebug and xhprof

pull/129/head
wingsfree 11 years ago
parent
commit
7fceaa4608
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      README.md

+ 2
- 0
README.md View File

@@ -271,6 +271,8 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
271 271
 * [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
272 272
 * [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
273 273
 * [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
274
+* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
275
+* [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP.
274 276
 
275 277
 ## Build Tools
276 278
 *Project build and automation tools.*

Loading…
Cancel
Save