Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 359 Bytes

File metadata and controls

24 lines (19 loc) · 359 Bytes

Google Analytics Service Provider

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