Matomo packages
This site mirrors the Matomo plugin and theme directories as a Composer repository.
The latest stable version of Matomo is 5.1.2 and it was release on September 25, 2024.
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.1.2