![]() |
|
sfPiwikPlugin - 0.1.4Integrate Piwik web analytics into your symfony project. |
|
![]() |
12
users
Sign-in
to change your status |
Integrate Piwik web analytics into your symfony project. |
A Symfony plugin for the Piwik web analytics package.
| Name | Status | |
|---|---|---|
|
|
lead | moc.tcejorp-ynofmys <<ta>> inamar.hsuna |
Copyright (c) 2009 Anush Ramani
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
| Version | License | API | Released |
|---|---|---|---|
| 1.1.1stable | MIT license | 1.1.0stable | 28/02/2012 |
| 1.1.0stable | MIT license | 1.1.0stable | 24/02/2012 |
| 1.0.5stable | MIT license | 1.0.5stable | 27/09/2010 |
| 1.0.4stable | MIT license | 1.0.4stable | 26/08/2010 |
| 1.0.3stable | MIT license | 1.0.3stable | 25/08/2010 |
| 1.0.1stable | MIT license | 1.0.1stable | 12/03/2010 |
| Version | License | API | Released |
|---|---|---|---|
| 1.0.5stable | MIT license | 1.0.5stable | 27/09/2010 |
| 1.0.4stable | MIT license | 1.0.4stable | 26/08/2010 |
| 1.0.3stable | MIT license | 1.0.3stable | 25/08/2010 |
| 1.0.1stable | MIT license | 1.0.1stable | 12/03/2010 |
| Version | License | API | Released |
|---|---|---|---|
| 1.0.5stable | MIT license | 1.0.5stable | 27/09/2010 |
| 1.0.4stable | MIT license | 1.0.4stable | 26/08/2010 |
| 1.0.3stable | MIT license | 1.0.3stable | 25/08/2010 |
| 0.3.0beta | MIT license | 0.3.0beta | 22/08/2009 |
| 0.2.0beta | MIT license | 0.2.0beta | 11/08/2009 |
| 0.1.4alpha | MIT license | 0.1.4alpha | 30/07/2009 |
| Version | License | API | Released |
|---|---|---|---|
| 0.3.0beta | MIT license | 0.3.0beta | 22/08/2009 |
| 0.2.0beta | MIT license | 0.2.0beta | 11/08/2009 |
| 0.1.4alpha | MIT license | 0.1.4alpha | 30/07/2009 |
piwik_plugin.inserting event immediately before inserting tracking code into the request so that listeners can perform any last-minute tracker updates.piwik_plugin.inserting event immediately before inserting tracking code into the request so that listeners can perform any last-minute tracker updates.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.
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
