library zf2-analytics
ZF2 module for interacting with the Google-Measurement-PHP-Client library
ins0/zf2-analytics
ZF2 module for interacting with the Google-Measurement-PHP-Client library
- Wednesday, February 4, 2015
- by ins0
- Repository
- 1 Watchers
- 1 Stars
- 84 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 1 % Grown
ZF2-Analytics Module
ZF2 Module wrapper for the google-measurement-php-client library, (*1)
Requirements
Installation
Install via Composer
In the require
key of composer.json
file add the following, (*2)
"ins0/zf2-analytics": "1.0.*"
Or, (*3)
php composer.phar require ins0/zf2-analytics:1.*
Copy-paste the zf2-analytics.global.php.dist
file to your autoload
folder, and enable the module by adding
Zf2Analytics
to your application.config.php
file., (*4)
Usage
use Racecore\GATracking\GATracking;
$analytics = $serviceLocator->get(GATracking::class);
dev-master
9999999-dev
http://www.racecore.de
ZF2 module for interacting with the Google-Measurement-PHP-Client library
Sources
Download
MIT
The Requires
analytics
zf2
google
client
measurement