Download the PHP package warmans/code-report without Composer
On this page you can find all versions of the php package warmans/code-report. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package code-report
Code Report
Generate attractive static HTML reports from raw code metrics. These are useful for CI servers which do not have built in reports.
Supported Input Formats
- Phploc XML
- checkstyle
Usage
code-report generate [path to input file] [path to output directory]
PhpLOC Example
./vendor/bin/phploc --log-xml phploc.xml src/
./code-report generate phploc.xml /tmp/code-report/.
Checkstyle Example
./vendor/bin/phpcs --standard="PSR2" src/* --report-checkstyle=./checkstyle.xml
./code-report generate checkstyle.xml /tmp/code-report/.
All versions of code-report with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
symfony/templating Version v2.5.0
symfony/console Version v2.5.0
symfony/filesystem Version v2.5.0
pimple/pimple Version ~2.1
symfony/templating Version v2.5.0
symfony/console Version v2.5.0
symfony/filesystem Version v2.5.0
pimple/pimple Version ~2.1
The package warmans/code-report contains the following files
Loading the files please wait ....