Skip to content

greywizard/phpucd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PHP Unsafe Code Detector

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages