sergiors/google-analytics-service-provider

2.1.0 2016-07-28 18:01 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:40:03 UTC


README

Install

composer require sergiors/google-analytics-service-provider

How to use

// ...
$app->register(new Sergiors\Silex\Provider\GoogleAnalyticsServiceProvider(), [
    'ga.tracking_code' = '{your code here}'
]);

That's it.

License

MIT