Sign inSign up

oxeva/phpcpd

By oxeva

Updated over 7 years ago

Copy/Paste Detector (CPD) for PHP code

Image
0

3.5K

oxeva/phpcpd repository overview

PHP Copy/Paste Detector container

Build Status

What is PHP Copy/Paste Detector

phpcpd is a Copy/Paste Detector (CPD) for PHP code.

Github project : sebastianbergmann/phpcpd

Usage

docker run --rm oxeva/phpcpd phpcpd --help

The entrypoint has not been changed from the PHP official container, so you can run PHP interactively as you'll do usually..

Sample of project scanning :

docker run --rm -v $PWD:/project oxeva/phpcpd phpcpd /project/

Tag summary

Content type

Image

Digest

Size

31 MB

Last updated

over 7 years ago

docker pull oxeva/phpcpd