https://github.com/beastbytes/yii2-matomo
Yii 2 Extension that integrates Matomo analytics
https://github.com/beastbytes/yii2-matomo
Last synced: 9 months ago
JSON representation
Yii 2 Extension that integrates Matomo analytics
- Host: GitHub
- URL: https://github.com/beastbytes/yii2-matomo
- Owner: beastbytes
- License: other
- Created: 2018-11-18T15:15:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T10:47:42.000Z (over 7 years ago)
- Last Synced: 2025-06-19T16:17:35.304Z (10 months ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Matomo Extension for Yii 2
==========================
This extension provides integration of [Matomo Analytics](https://matomo.org/)
for the [Yii 2.0 framework](http://www.yiiframework.com).
It provides simple integration of the [JavaScript tracking client](https://developer.matomo.org/guides/tracking-javascript-guide) into web pages, access to the [reporting API](https://developer.piwik.org/guides/querying-the-reporting-api) for Piwik hosted on both local and remote servers, and integration of [Piwik reporting widgets](https://developer.piwik.org/guides/widgets).
For license information check the [LICENSE](LICENSE.md) file.
Documentation is at [docs/guide/README.md](docs/guide/README.md).
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
composer require --prefer-dist beastbytes/yii2-matomo
```
or add
```json
"beastbytes/yii2-matomo": "~1.0.0"
```
to the `require` section of your composer.json.