bt51/googleanalytics-serviceprovider

Google Analytics service provider for silex

1.0.2 2012-11-18 00:01 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:20:30 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