This is a PHP parser for jQAssistant. It enables jQAssistant to scan and to analyze PHP files.
Download the jQAssistant command line tool for your system: jQAssistant - Get Started.
Next download the latest version from the release tab. If you want to build the plugin yourself use the following command:
mvn clean install
Put the jqa-php-plugin-*.jar
into the plugins folder of the jQAssistant command line tool.
Now scan your software artifact and wait for the plugin to finish:
jqassistant.sh scan -f lib
You can then start a local Neo4j server to start querying the database at http://localhost:7474:
jqassistant.sh server
Other plugins developed by the Visual Software Analytics team can be found here.