PHPackages                             org\_heigl/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. org\_heigl/piwik

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

org\_heigl/piwik
================

Easy way to integrate piwik (http://piwik.org) analysis into a Zend-Framework Project

1.0.5(9y ago)24.4k4MITPHPPHP &gt;=5.3.3

Since Jul 16Pushed 9y ago3 watchersCompare

[ Source](https://github.com/heiglandreas/piwik)[ Packagist](https://packagist.org/packages/org_heigl/piwik)[ Docs](https://github.com/heiglandreas/piwik)[ RSS](/packages/org-heigl-piwik/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (1)Versions (8)Used By (0)

piwik
=====

[](#piwik)

[Piwik](http://www.piwik.org)-Integration for ZendFramework2

This module integrates the piwik-tracking-code into all WebViews of your ZF2-Site

Installation:
-------------

[](#installation)

Piwik is best installed via [composer](http://getcomposer.org). Include the following line into the `require`-section of your `composer.json`-File:

```
"org_heigl/piwik" : "1.0.*"

```

Usage:
------

[](#usage)

1. Add the module to the `modules`-list of your applications `application.config.php`-File.
2. Copy this modules `module.config.php`-File to your applications ```config/autoload``-directory and edit it according to your piwik-settings.
3. There is no third step!

Configuration:
--------------

[](#configuration)

The configuration consists of two parameters:

```
return array(
    'orgHeiglPiwik' => array(

        // Always omit a trailing slash!
        'server' => 'example.org',
        'site_id' => 1,
    ),
);

```

- **server** is the server your piwik installation is running at. Omit a trailing slash as well as a scheme (`http://` or `https://`). If you have installed piwik in a subdirectory you will have to include that here as well. So it would read `example.org/piwik` when you have installed your piwik-instance in the subdirectory `piwik` on the server `example.org`.
- **site\_id** is the ID of the site you want to track as configured in your piwik-installation.

Feedback:
---------

[](#feedback)

Feel free to provide feedback by opening [issues](https://github.com/heiglandreas/piwik/issues) or pull-requests or by contacting me directly at `piwik (AT) heigl (DOT) org`

License:
--------

[](#license)

This module is licensed according to the [LICENSE](LICENSE)-Document.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Every ~138 days

Recently: every ~173 days

Total

6

Last Release

3625d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ae5183aaad2bc7453230704bd6991dc6ccbcd6e775c6a29efdc94350a69f247?d=identicon)[heiglandreas](/maintainers/heiglandreas)

---

Top Contributors

[![heiglandreas](https://avatars.githubusercontent.com/u/91998?v=4)](https://github.com/heiglandreas "heiglandreas (20 commits)")

---

Tags

piwikzf2

### Embed Badge

![Health badge](/badges/org-heigl-piwik/health.svg)

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

###  Alternatives

[slm/google-analytics

Google Analytics tracking integration for Zend Framework 2

4180.3k](/packages/slm-google-analytics)[heartsentwined/zf2-cron

ZF2 cron module

606.8k](/packages/heartsentwined-zf2-cron)

PHPackages © 2026

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