Update README.md

Add PhpDependencyAnalysis for Code Analysis
This commit is contained in:
Marco Muths 2014-10-26 23:57:42 +01:00
parent 2aa062f5e3
commit 879cd5d308
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
* [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP.
* [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions.
* [PhpDependencyAnalysis](hhttps://github.com/mamuz/PhpDependencyAnalysis) - Analyzing tool to create dependency graph on customizable levels.
## Build Tools
*Project build and automation tools.*