The QA tools create detailed reports with all kind of metrics. Those metrics should be visualised on a Dashboard.
There are some (abondonned) visualisation tools out in the wild:
- geshan/pdepend-analyzer: Pdepend Analyze is a command line tool that analyzes the summary xml file generated by PHP Depend like cyclomatic complexity and N-Path complexity (last commit Oct. 2015)
- sebastianbergmann/pdepend-process: Processor for PHP_Depend data (archived, last commit Sep. 2018)
Alternative Consideration
The work of integrating the QA tools has been done already by PhpQA. It does even more analysis as is done now, and creates nice reports using customisable templates.
The QA tools create detailed reports with all kind of metrics. Those metrics should be visualised on a Dashboard.
There are some (abondonned) visualisation tools out in the wild:
Alternative Consideration
The work of integrating the QA tools has been done already by PhpQA. It does even more analysis as is done now, and creates nice reports using customisable templates.