beastbytes/yii2-matomo

Matomo Analytics integration for Yii2

Installs: 21 094

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 3

Open Issues: 1

Type:yii2-extension

V1.0.1 2018-11-18 15:30 UTC

This package is auto-updated.

Last update: 2024-04-20 01:32:01 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.