[Code Analysis] Added phan

[phan](https://github.com/etsy/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
This commit is contained in:
Vitaliy Zakharov 2016-06-05 03:46:41 +05:00
parent aff6617076
commit 882cefb2ad
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
* [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - A command line utility for refactoring PHP code.
* [PHP Semantic Versioning Checker](https://github.com/tomzx/php-semver-checker) - A command line utility that compares two source sets and determines the appropriate semantic versioning to apply.
* [phan](https://github.com/etsy/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
* [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions.
* [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
* [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customisable dependency graphs.