Skip to content

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

License

Notifications You must be signed in to change notification settings

softvis-research/jqa-php-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.