sergiors/google-analytics-service-provider

Google Analytics for Silex

Maintainers

Package info

github.com/sergiors/google-analytics-service-provider

pkg:composer/sergiors/google-analytics-service-provider

Statistics

Installs: 394

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

2.1.0 2016-07-28 18:01 UTC

This package is not auto-updated.

Last update: 2026-03-01 03:21:05 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