linslin / phploc-xmltohtmlreport
Create HTML Report for phploc.
Installs: 8 008
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 0
Type:phploc-stand-alone-extension
Requires
- ext-simplexml: *
- nategood/commando: ^0.3.0
This package is auto-updated.
Last update: 2024-10-12 03:45:56 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.