PHPackages                             shapecode/matomo-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. shapecode/matomo-bundle

AbandonedSymfony-bundle

shapecode/matomo-bundle
=======================

This bundle provides matomo functions.

1.1.4(7y ago)081MITPHPPHP ~5.6|~7.0

Since Jul 24Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (7)Versions (7)Used By (0)

ShapecodeMatomoBundle
=====================

[](#shapecodematomobundle)

A Symfony2 Bundle that helps you to use the Matomo 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/matomo-bundle": "~1.0"
}
```

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

```
