Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.23 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.23 KB

jQAssistant PHP Plugin

GitHub license Build Status

This is a PHP parser for jQAssistant. It enables jQAssistant to scan and to analyze PHP files.

Getting Started

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

Model

graph

Other Plugins

Other plugins developed by the Visual Software Analytics team can be found here.