# phploc-xmlToHtmlReport
**Repository Path**: mirrors_linslin/phploc-xmlToHtmlReport
## Basic Information
- **Project Name**: phploc-xmlToHtmlReport
- **Description**: Create HTML offline report for phploc by using xml phploc report
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-09
- **Last Updated**: 2026-05-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# PHPLOC-xmlToHtmlReport
## 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](http://getcomposer.org/download/).
```bash
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.