An open API service indexing awesome lists of open source software.

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

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.