/phpucd

PHP Unsafe Code Detector

Primary LanguagePHP

PHP Unsafe Code Detector

Why?

To detect unsafe places in your code.

Usage

phpucd analyze $SOURCE_DIRECTORY

Installation

Download latest version, then follow steps:

composer.phar update --no-dev
bin/compile
chmod +x phpucd.phar
mv phpucd.phar /usr/local/bin/phpucd

Example:

Command:

phpucd analyze test_errors

Output:

Output

Versioning

The version numbers follow the Semantic Versioning 2.0.0 scheme.

Requirements