pbxg33k / phpmd-code-climate-renderer
A PHPMD renderer for outputing results in JSON compliant to Code Climate spec. Primary use for in GitLab CI/CD
Package info
github.com/PBXg33k/phpmd-code-climate-renderer
pkg:composer/pbxg33k/phpmd-code-climate-renderer
dev-master
2019-02-15 10:26 UTC
Requires
- phpmd/phpmd: ^2.6
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2026-02-16 04:35:11 UTC
README
WARNING This project is currently in the alpha stage of development and is not recommended to be used as it might change without prior notice.
This project is a renderer for the PHP-MD project generating output that can be used in GitLab-CI for example.
Installation
Installation using Composer is the recommended way
composer require pbxg33k/phpmd-code-climate-renderer --dev
Usage
example
vendor/bin/phpmd src Pbxg33k\\PhpmdCodeClimate\\CodeClimateRenderer phpmd.xml
TODO
- Extend this README
- Add LICENSE
- Add Unit Tests