Download the PHP package modera/backend-google-analytics-bundle without Composer
On this page you can find all versions of the php package modera/backend-google-analytics-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download modera/backend-google-analytics-bundle
More information about modera/backend-google-analytics-bundle
Files in modera/backend-google-analytics-bundle
Package backend-google-analytics-bundle
Short Description Provides support for gathering 'pageview' analytics in backend using Google Analytics.
License MIT
Informations about the package backend-google-analytics-bundle
ModeraBackendGoogleAnalyticsBundle
Provides support for gathering 'pageview' analytics in backend using Google Analytics.
Installation
Add a dependency to your composer.json by running:
composer require modera/backend-google-analytics-bundle
You don't have to manually update your AppKernel class if you have modera/module-bundle
bundle installed already, otherwise
you need to add this to your AppKernel:
new \Modera\BackendGoogleAnalyticsBundle\ModeraBackendGoogleAnalyticsBundle(),
After bundle has been enabled to make sure that contributed configuration properties are installed run this command:
modera:config:install-config-entries
When this command is executed you will either see that some configuration property(properties) were installed or no configuration properties were installed, in latter case it means that they were automatically installed by module-bundle for you during bundle installation process.
Documentation
If you want to have a UI to access configuration properties contributed by this bundle then you may also want
to install modera/backend-google-analytics-config-bundle
bundle.
Application related data
Your kernel class (app/AppKernel.php) might additionally implement two methods: getAppName, getAppVersion which then will be used by \Modera\BackendGoogleAnalyticsBundle\Contributions\ConfigMergersProvider to send more detailed data to GA.
Licensing
This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE
All versions of backend-google-analytics-bundle with dependencies
modera/config-bundle Version ^3.1|^4.0|^5.0
modera/security-bundle Version ^3.1|^4.0|^5.0
modera/foundation-bundle Version ^3.1|^4.0|^5.0
modera/mjr-integration-bundle Version ^3.1|^4.0|^5.0
sergeil/expander-bundle Version ^1.0