mittwald / mw_matomo_widget
Dashboard widget that displays visitor data of your Matomo instance
Installs: 196
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 2
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.4.0
- typo3/cms-core: ^11.5
- typo3/cms-dashboard: ^11.5
Requires (Dev)
This package is auto-updated.
Last update: 2023-05-29 14:03:09 UTC
README
What does it do?
Mittwald Matomo Widget is an extension for TYPO3 CMS to show visitor and page views in the TYPO3 dashboard. The extension fetches statistics via the Matomo API and uses the TYPO3 caching framework to cache results for one hour.
Screenshots
Installation
- Install the extension from the TYPO3 Extension Repository or using composer
- Open the extension configuration and set "Matomo URL", "API Token" and "Site ID"
- Add one of the available Matomo Widgets to the TYPO3 dashboard
Configuration
In order to use the extension, it is required to configure Matomo settings.
- Matomo URL: The URL to your Matomo instance (e.g.
https://matomo.domain.tld/
) - API Token: The API token for Matomo
- Site ID: The Matomo site ID
TYPO3 Compatibility
Version | TYPO3 | PHP | Support/Development |
---|---|---|---|
2.x | 11.5 | >= 7.4 | Features, Bugfixes, Security Updates |
1.x | 10.4 | 7.2 - 7.4 | Features, Bugfixes, Security Updates |