Download the PHP package samuelmc/google-analytics-bundle without Composer
On this page you can find all versions of the php package samuelmc/google-analytics-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download samuelmc/google-analytics-bundle
More information about samuelmc/google-analytics-bundle
Files in samuelmc/google-analytics-bundle
Download samuelmc/google-analytics-bundle
More information about samuelmc/google-analytics-bundle
Files in samuelmc/google-analytics-bundle
Vendor samuelmc
Package google-analytics-bundle
Short Description Google Analytics Bundle for Symfony
License MIT
Package google-analytics-bundle
Short Description Google Analytics Bundle for Symfony
License MIT
Please rate this library. Is it a good library?
Informations about the package google-analytics-bundle
google-analytics-bundle (SamuelGaBundle)
Google Analytics Bundle for Symfony
This bundle adds the Google Analytics code to every page except those that match the "exclude_path" parameter.
Installation
composer require samuelmc/google-analytics-bundle (view on packagist)
add the bundle in AppKernel:
import the services in config.yml:
Configuration
there are two parameters to configure under samuel_ga:
- tracking_id: your Google Analytics tracker code.
- exclude_paths: a regex string which filters out paths that should not be tracked by Google Analytics. Default: '(^\/(_profiler|_wdt).+)'
License
© Samuel Moncarey
All versions of google-analytics-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
symfony/http-kernel Version ^2.8||^3.0
symfony/http-foundation Version ^2.8||^3.0
symfony/config Version ^2.8||^3.0
symfony/yaml Version ^2.8||^3.0
symfony/dependency-injection Version ^2.8||^3.0
symfony/event-dispatcher Version ^2.8||^3.0
twig/twig Version ^1.0||^2.0
symfony/http-kernel Version ^2.8||^3.0
symfony/http-foundation Version ^2.8||^3.0
symfony/config Version ^2.8||^3.0
symfony/yaml Version ^2.8||^3.0
symfony/dependency-injection Version ^2.8||^3.0
symfony/event-dispatcher Version ^2.8||^3.0
twig/twig Version ^1.0||^2.0
The package samuelmc/google-analytics-bundle contains the following files
Loading the files please wait ....