Documentation

Documentation is created during the build task.

Changelog

A changelog is created from the commit history of git.

file://<your-project's-root>/CHANGELOG.md

API Documentation

For API documentation, either PHPDocumentor2 or ApiGen can be used. The documentation is located at

file://<your-project's-root>/build/api/index.html

Quality Report

The PHP_CodeBrowser aggregates the log files from the QA toolchain with the source code into a browsable quality report. It is located at

file://<your-project's-root>/build/code-browser/index.html

Coverage Report

The test coverage report is located at

file://<your-project's-root>/build/report/coverage/index.html

It contains the aggregated coverage information from unit tests, integration tests, and system tests.

Charts

PHPDepend creates two charts,

file://<your-project's-root>/build/charts/dependencies.svg
file://<your-project's-root>/build/charts/overview-pyramid.svg