Matomo packages
This site mirrors the Matomo plugin and theme directories as a Composer repository.
The latest stable version of Matomo is 5.3.0-alpha.20250112013428 and it was release on January 12, 2025.
There are currently:
Add the following snippet to your composer.json file:
...
"repositories": {
"composer.analys.cloud": {
"type": "composer",
"url": "https://composer.analys.cloud/"
}
}
...
And you will be able to require matomo core, plugins, themes with and a command such as:
composer require matomo/matomo
orcomposer require matomo/matomo:^5.3.0-alpha.20250112013428