softvis-research / jqa-php-plugin

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

Repository from Github https://github.comsoftvis-research/jqa-php-pluginRepository from Github https://github.comsoftvis-research/jqa-php-plugin

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.

About

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

License:GNU General Public License v3.0


Languages

Language:Java 63.6%Language:ANTLR 35.3%Language:PHP 1.1%