2017 © Pedro Peláez
 

library piwik

Easy way to integrate piwik (http://piwik.org) analysis into a Zend-Framework Project

image

org_heigl/piwik

Easy way to integrate piwik (http://piwik.org) analysis into a Zend-Framework Project

  • Monday, June 6, 2016
  • by heiglandreas
  • Repository
  • 4 Watchers
  • 3 Stars
  • 1,660 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 8 Versions
  • 6 % Grown

The README.md

piwik

Piwik-Integration for ZendFramework2, (*1)

This module integrates the piwik-tracking-code into all WebViews of your ZF2-Site, (*2)

Installation:

Piwik is best installed via composer. Include the following line into the require-section of your composer.json-File:, (*3)

"org_heigl/piwik" : "1.0.*"

Usage:

  1. Add the module to the modules-list of your applications application.config.php-File.
  2. Copy this modules module.config.php-File to your applications ```config/autoload``-directory and edit it according to your piwik-settings.
  3. There is no third step!

Configuration:

The configuration consists of two parameters:, (*4)

return array(
    'orgHeiglPiwik' => array(

        // Always omit a trailing slash!
        'server' => 'example.org',
        'site_id' => 1,
    ), 
);
  • server is the server your piwik installation is running at. Omit a trailing slash as well as a scheme (http:// or https://). If you have installed piwik in a subdirectory you will have to include that here as well. So it would read example.org/piwik when you have installed your piwik-instance in the subdirectory piwik on the server example.org.
  • site_id is the ID of the site you want to track as configured in your piwik-installation.

Feedback:

Feel free to provide feedback by opening issues or pull-requests or by contacting me directly at piwik (AT) heigl (DOT) org, (*5)

License:

This module is licensed according to the LICENSE-Document., (*6)

The Versions

06/06 2016

dev-master

9999999-dev https://github.com/heiglandreas/piwik

Easy way to integrate piwik (http://piwik.org) analysis into a Zend-Framework Project

  Sources   Download

MIT

The Requires

 

zf2 piwik

06/06 2016

1.0.5

1.0.5.0 https://github.com/heiglandreas/piwik

Easy way to integrate piwik (http://piwik.org) analysis into a Zend-Framework Project

  Sources   Download

MIT

The Requires

 

zf2 piwik

06/06 2016

dev-hotfix/trackingCode

dev-hotfix/trackingCode https://github.com/heiglandreas/piwik

Easy way to integrate piwik (http://piwik.org) analysis into a Zend-Framework Project

  Sources   Download

MIT

The Requires

 

zf2 piwik

17/11 2014

1.0.4

1.0.4.0 https://github.com/heiglandreas/piwik

Easy way to integrate piwik (http://piwik.org) analysis into a Zend-Framework Project

  Sources   Download

MIT

The Requires

 

zf2 piwik

17/07 2014

v1.0.3

1.0.3.0 https://github.com/heiglandreas/piwik

Easy way to integrate piwik (http://piwik.org) analysis into a Zend-Framework Project

  Sources   Download

MIT

The Requires

 

zf2 piwik

17/07 2014

v1.0.2

1.0.2.0 https://github.com/heiglandreas/piwik

Easy way to integrate piwik (http://piwik.org) analysis into a Zend-Framework Project

  Sources   Download

MIT

The Requires

 

zf2 piwik

16/07 2014

v1.0.1

1.0.1.0 https://github.com/heiglandreas/piwik

Easy way to integrate piwik (http://piwik.org) analysis into a Zend-Framework Project

  Sources   Download

MIT

The Requires

 

zf2 piwik

16/07 2014

v1.0.0

1.0.0.0 https://github.com/heiglandreas/piwik

Easy way to integrate piwik (http://piwik.org) analysis into a Zend-Framework Project

  Sources   Download

MIT

The Requires

 

zf2 piwik