bt51 / googleanalytics-serviceprovider
Google Analytics service provider for silex
1.0.2
2012-11-18 00:01 UTC
Requires
- php: >=5.3.2
- twig/twig: >=1.2.0
Requires (Dev)
- silex/silex: 1.0.x-dev
This package is not auto-updated.
Last update: 2024-10-26 13:44:37 UTC
README
The GoogleAnalyticsServiceProvider adds a twig function for GA tracking
Installation
Create a composer.json your project
{
"require": {
"bt51/googleanalytics-serviceprovider": "dev-master"
}
}
Read more on composer here: http://getcomposer.org
Parameters
- ga.configuration: An array with 'code' as the key and your GA code as the value
Registering
See the example/ directory to see how to register the service
Twig
This service provider adds a twig function to output a view partial with the GA tracking script.
See the example/ directory for more information on how to use it.
License
MIT