PHPackages                             sitawit/yii2-piwik - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. sitawit/yii2-piwik

ActiveYii2-extension[Framework](/categories/framework)

sitawit/yii2-piwik
==================

The Piwiki plugin for Yii 2 framework

0.0.1(10y ago)02.8kMITPHP

Since Feb 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sitawit/yii2-piwik)[ Packagist](https://packagist.org/packages/sitawit/yii2-piwik)[ RSS](/packages/sitawit-yii2-piwik/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Piwik Extension for Yii 2
=========================

[](#piwik-extension-for-yii-2)

This extension adds a javascript tracking of [Piwik](http://piwik.org/) for [Yii framework 2.0](http://www.yiiframework.com).

For license information check the [LICENSE](LICENSE)-file.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require sitawit/yii2-piwik *

```

or add

```
"sitawit/yii2-piwik": "*"
```

to the `require` section of your composer.json.

Usage &amp; Documentation
-------------------------

[](#usage--documentation)

Once the extension is installed, simply modify your application configuration as follows:

```
return [
    'bootstrap' => [
        ...
        'piwik',
        ...
    ],
    ...
    'components' => [
        ...
        'piwik' => [
            'class' => 'sitawit\piwik\Piwik',
            'trackerUrl' => 'tracker-url',
            'siteId' => 'id-of-website'
        ],
        ...
    ],
    ...
];
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3782d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3954702?v=4)[Sitawit Suteepohnwiroj](/maintainers/sitawit)[@sitawit](https://github.com/sitawit)

---

Top Contributors

[![sitawit](https://avatars.githubusercontent.com/u/3954702?v=4)](https://github.com/sitawit "sitawit (6 commits)")

### Embed Badge

![Health badge](/badges/sitawit-yii2-piwik/health.svg)

```
[![Health](https://phpackages.com/badges/sitawit-yii2-piwik/health.svg)](https://phpackages.com/packages/sitawit-yii2-piwik)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[yiisoft/yii2-redis

Redis Cache, Session and ActiveRecord for the Yii framework

47912.3M266](/packages/yiisoft-yii2-redis)[yiisoft/yii2-app-advanced

Yii 2 Advanced Project Template

1.7k960.6k5](/packages/yiisoft-yii2-app-advanced)[yiisoft/yii2-httpclient

HTTP client extension for the Yii framework

44411.6M323](/packages/yiisoft-yii2-httpclient)[yiisoft/yii2-debug

The debugger extension for the Yii framework

21624.5M617](/packages/yiisoft-yii2-debug)[yiisoft/yii2-app-basic

Yii 2 Basic Project Template

7101.8M8](/packages/yiisoft-yii2-app-basic)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
