andre-karrlein / phpmetrics-server

Server to view php-metrics reports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHPMetrics - Server

PhpMetrics provides metrics about PHP project and classes, with beautiful and readable HTML report. This server will generate your reports and expose this reports as webpages.

Getting Started

You can start it with this command:

docker run --rm -p 8080:8080 -v ~/code:/var/www/repos -d karrlein/phpmetrics

Mount your code directory, which has your repositories in it, into the container.

Prerequisites

What things you need to run this software

Docker

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Credits

phpmetrics

About

Server to view php-metrics reports

License:MIT License


Languages

Language:Go 47.5%Language:HTML 34.5%Language:Dockerfile 18.0%