Matomo packages

Matomo packages

This site mirrors the Matomo plugin and theme directories as a Composer repository.

The latest stable version of Matomo is 5.2.0-alpha.20240628132246 and it was release on June 28, 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
or
composer require matomo/matomo:^5.2.0-alpha.20240628132246