linslin / phploc-xmltohtmlreport
Create HTML Report for phploc.
Package info
github.com/linslin/phploc-xmlToHtmlReport
Type:phploc-stand-alone-extension
pkg:composer/linslin/phploc-xmltohtmlreport
1.2.0
2019-01-11 14:28 UTC
Requires
- ext-simplexml: *
- nategood/commando: ^0.3.0
This package is auto-updated.
Last update: 2026-03-12 07:13:25 UTC
README
Notice
If errors in phploc Report Types "cli | txt | csv" occur or, if necessary, an HTML report is desired, this extension can be used. PHPLOC-xmlToHtmlReport converts xml phploc reports into HTML reports.
Features
- Create HTML offline report for phploc by using xml phploc report
Installation
The preferred way to install this extension is through composer.
composer require --prefer-dist linslin/phploc-xmltohtmlreport "*"
Run via binary
vendor/bin/phpLocXmlToHtml --importFilePath ./test/phploc.xml --outputPath ./test
Screenshots
Tested with
- TeamCity CI 8.XX, Phing 2.6.1 & PHPUnit 1.3.2, Atlassian Bamboo 5
License
PHPLOC-xmlToHtmlReport is released under GNU (GPL-3.0) license.
