phpcpd is a Copy/Paste Detector (CPD) for PHP code.
Github project : sebastianbergmann/phpcpd
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/
Content type
Image
Digest
Size
31 MB
Last updated
over 7 years ago
docker pull oxeva/phpcpd