Utility that analyses a PHP project and extracts details on the structure and interactions between (class) methods.
Usage: phpcg --source [PROJECT FOLDER PATH] --log [LOG FOLDER PATH]
Attributes:
--source The path to the PHP project that will be analyzed
--log The path to the writable folder to dump the JSON log into
Check out the JSON file for details on the output.
Download
Access the releases page to download Windows and Linux command line binaries.