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

Abandoned → [shapecode/matomo-bundle](/?search=shapecode%2Fmatomo-bundle)Symfony-bundle[Utility &amp; Helpers](/categories/utility)

shapecode/piwik-bundle
======================

This bundle provides piwik functions.

1.0.0(8y ago)058MITPHPPHP ~5.5|~7.0

Since Jul 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/shapecode/piwik-bundle)[ Packagist](https://packagist.org/packages/shapecode/piwik-bundle)[ Docs](https://github.com/shapecode/piwik-bundle)[ RSS](/packages/shapecode-piwik-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (8)Versions (3)Used By (0)

ShapecodePiwikBundle
====================

[](#shapecodepiwikbundle)

A Symfony2 Bundle that helps you to use the Piwik Open Analytics Platform with your project.

It contains a Twig function that can insert the tracking code into your website. Plus, you can turn it off with a simple configuration switch so you don't track your dev environment.

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

[](#installation)

Simply add the following to your composer.json (see ):

```
"require": {
    "shapecode/piwik-bundle": "~1.0"
}
```

And enable the bundle in `app/AppKernel.php`:

```
