With php-grade you can report your own project QA statistics. It makes use of some of The PHP Quality Assurance Toolchain like phpmd
Run this from the git cloned directory and open the given url.
bin/php-grade run -vvv src --serve
Checkout the available options.
bin/php-grade help run
bin/php-grade run \
--verbose \
--tests=phpcs \
--tests=phpdcd \
--output-dir=../gh-pages/php-grade/stats/ \
src
We run each of the tests individual with a watch tool.
watch bin/php-grade run bin/ --tests=phpcs
This shows you the toplevel lines to fix the first lines.