beastbytes / yii2-matomo
Matomo Analytics integration for Yii2
Installs: 32 775
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 3
Open Issues: 1
Type:yii2-extension
Requires
- yiisoft/yii2-httpclient: ~2.0.3
This package is auto-updated.
Last update: 2024-11-20 02:47:33 UTC
README
This extension provides integration of Matomo Analytics for the Yii 2.0 framework.
It provides simple integration of the JavaScript tracking client into web pages, access to the reporting API for Piwik hosted on both local and remote servers, and integration of Piwik reporting widgets.
For license information check the LICENSE file.
Documentation is at docs/guide/README.md.
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist beastbytes/yii2-matomo
or add
"beastbytes/yii2-matomo": "~1.0.0"
to the require
section of your composer.json.