PHPackages                             prg/piwik-bundle - 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. prg/piwik-bundle

ActiveSymfony-bundle

prg/piwik-bundle
================

Symfony bundle for querying the piwik reporting api

07PHP

Since Oct 12Pushed 11y ago1 watchersCompare

[ Source](https://github.com/pguso/PiwikBundle)[ Packagist](https://packagist.org/packages/prg/piwik-bundle)[ RSS](/packages/prg-piwik-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PiwikBundle
===========

[](#piwikbundle)

Wrapper to call the Piwik Reporting API
=======================================

[](#wrapper-to-call-the-piwik-reporting-api)

Installation:
=============

[](#installation)

Run composer. Then add:

```
        $bundles = array(
            new CiscoSystems\PiwikBundle\CiscoSystemsPiwikBundle(),
        );
```

Setup:
======

[](#setup)

Add and adapt to your need the following to the `app/config/config.yml` file:

```
cisco_systems_piwik:
    url:            http://piwik.demo-site.com
    token:          anonymous
    site_id:        1
    format:         json
```

Usage:
======

[](#usage)

Call the service `cisco.piwik.client`.

Assign the variable you would normally use if you were to query the API directly (see \[the reporting API\] () ).

```
        $client = $this->container->get( 'cisco.piwik.client' );
        $client->setLanguage('en');
```

Then load the desired module:

```
        $visitsSummary = $client->getModule( 'VisitsSummary' );
```

Finally call the Method to get the data back:

```
        return $visitsSummary->getVisits();
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ecb686c96a6c7a66da245bbff6269fbbe966102abf6d42ce0a4cd39ed8d3b2c?d=identicon)[pguso](/maintainers/pguso)

---

Top Contributors

[![pguso](https://avatars.githubusercontent.com/u/4007140?v=4)](https://github.com/pguso "pguso (2 commits)")[![thoroc](https://avatars.githubusercontent.com/u/2297889?v=4)](https://github.com/thoroc "thoroc (1 commits)")

### Embed Badge

![Health badge](/badges/prg-piwik-bundle/health.svg)

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

PHPackages © 2026

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