setono/google-analytics-bundle

Use Google Analytics in your Symfony application

Installs: 8 156

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Type:symfony-bundle

v2.0.0-alpha 2023-09-05 13:13 UTC

README

Latest Version Software License Build Status Code Coverage

Use Google Analytics in your Symfony application. Under the hood this bundle integrates the Google Analytics measurement protocol library.

Installation

To install this bundle, simply run:

composer require setono/google-analytics-bundle

This also installs the Bot Detection Bundle which is used to filter bot requests.

If you want to handle consent (i.e. cookie/GDPR consent), you can use the consent bundle, by installing it:

composer require setono/consent-bundle

Usage

TODO