Introduction
Table of Contents
What does it do?
The extension provides charts for various Matomo reports via the Reporting API.
The default parameters of the widgets can be adjusted to your needs, for example, in the Visits per month widget display 24 month instead of 12 months.
Tip
The Matomo Integration extension provides an easy way to integrate Matomo into TYPO3.
Screenshots

Example for a Matomo Dashboard
No Matomo instance at hand?
You can use the Matomo demo installation for evaluation. Just enter the following settings into the site configuration:
- Base URL of the Matomo instance
- https://demo.matomo.cloud/
- Site ID
- 1
- Authentication token
- (leave empty)
Release management
This extension uses semantic versioning which basically means for you, that
- Bugfix updates (for example, 1.0.0 => 1.0.1) just includes small bug fixes or security relevant stuff without breaking changes.
- Minor updates (for example, 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes.
- Major updates (for example, 1.0.0 => 2.0.0) breaking changes which can be refactorings, features or bug fixes.
The changes between the different versions can be found in the changelog.