Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 623 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 623 Bytes

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