sergiors/google-analytics-service-provider

Google Analytics for Silex

Installs: 394

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 0

Open Issues: 0

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

2.1.0 2016-07-28 18:01 UTC

This package is not auto-updated.

Last update: 2025-10-12 01:02:44 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