| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This WordPress plugin adds a Matomo stats site to your blog's dashboard. It's also able to add the Matomo tracking code to your blog.
To use this plugin you will need your own Matomo instance. If you do not already have a Matomo setup, you have two simple options: use either self-hosted or cloud-hosted.
This repository was created to develop and maintain Connect Matomo (WP-Matomo, WP-Piwik). Please see the WordPress plugin directory if you like to use this plugin: https://wordpress.org/plugins/wp-piwik/
Local development uses DDEV. It serves a single-site and a multisite WordPress with this plugin activated, and runs the PHPUnit suite. Matomo is not part of that environment — the plugin is pointed at an external Matomo, which can be any instance you like.
ddev start
ddev composer install
ddev wp-matomo:install
ddev wp-matomo:connect --token=<your matomo auth token>
ddev launchTests: ddev wp-matomo:test and ddev wp-matomo:test --multisite.
See .ddev/README.md for the full setup, how to point at a different Matomo, and the things that fail silently.
| Back | FazBrowse Home | New Git URL |