https://github.com/beastbytes/yii-matomo
Matomo Analytics Reporting and Tracking clients for Yii
https://github.com/beastbytes/yii-matomo
Last synced: about 1 year ago
JSON representation
Matomo Analytics Reporting and Tracking clients for Yii
- Host: GitHub
- URL: https://github.com/beastbytes/yii-matomo
- Owner: beastbytes
- License: other
- Created: 2023-10-06T14:44:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T14:44:39.000Z (over 2 years ago)
- Last Synced: 2025-02-03T15:55:00.541Z (over 1 year ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Yii Matomo
[Matomo Analytics](https://matomo.org/) Reporting and Tracking clients for [Yii](https://yisoft.org).
For license information check the [LICENSE](LICENSE.md) file.
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
composer require --prefer-dist beastbytes/yii-matomo
```
or add
```json
"beastbytes/yii-matomo": "^1.0.0"
```
to the `require` section of your composer.json.