Generic parser for Analizo static code metrics collector.
Please, have a look the wiki pages about development workflow and code standards:
Add this line to your application's Gemfile:
gem 'kolekti_cc_phpmd'
And then execute:
$ bundle
Or install it yourself as:
$ gem install kolekti_cc_phpmd
Just register it into Kolekti with
require 'kolekti'
require 'kolekti_cc_phpmd'
Kolekti.register_collector(Kolekti::CcPhpMd::Collector.new)