# Piwik Plugin # A drop-in plugin to add a Piwik tracker to your presentation layer. This plugin is still under development. I'll have better documentation in a few days. ## Installation ## * Install the plugin {{{ symfony plugin:install sfPiwikPlugin -s="alpha" }}} Since the plugin is still in alpha mode, the install requires a `-s="alpha"` parameter. * Add the sfPiwikFilter to your filter chain in `filters.yml` {{{ ... # insert your own filters here sf_piwik_plugin: class: sfPiwikFilter ... }}} * Configure the plugin in `app.yml` {{{ all: sf_piwik_plugin: enabled: on tracker_url: example.com/piwik/ site_id: 1 }}} `tracker_url` is where the Piwik server is installed `site_id` is the ID of your site in the Piwik installation