A static analysis tool for PHP. More information: https://github.com/phan/phan.
.phan/config.php
in the current directory:phan --init
phan --init --init-level level
phan
phan --directory path/to/directory --directory path/to/another_directory
.phan/config.php
):phan --config-file path/to/config.php
phan --output-mode text|verbose|json|csv|codeclimate|checkstyle|pylint|html
phan --processes number_of_processes