tophfr/phan

By tophfr

Updated about 6 years ago

Phan is a static analyzer for PHP

Image
1

52

Docker image for Phan, a static analyzer for PHP

Cf. https://github.com/phan/phan

How to use it

docker run --rm -it -v "$PWD:$PWD" -w "$PWD" -u "$(id -u):$(id -g)" tophfr/phan -p

You should probably edit .phan/config.php.

Docker Pull Command

docker pull tophfr/phan