phpca
phpca copied to clipboard
Experimental static code analyzer for PHP
phpca
When running from the source tree, use:
php src/phpca.php -p
where
To run from Phar archive (to create a Phar archive, run "phing phar"), use:
php phpca.phar -p
The other command line switches phpca currently supports are:
-p
-l --list List all built-in rules.
-h --help Prints this usage information.
-v --version Prints the version number.
See TODO file for development roadmap.