dev-master
9999999-devClastic Google Analytics bundle
MIT
The Requires
- php >=5.3.3
- clastic/backoffice-bundle *
Wallogit.com
2017 © Pedro Peláez
Clastic Google Analytics bundle
Google Analytics Module for Clastic., (*1)
This bundle provides a quick view at your google analytics from the dashboard., (*2)
Installation is a quick:, (*3)
Add NewsBundle by running the command:, (*4)
``` bash $ composer require clastic/google-analytics-bundle "dev-master", (*5)
### Step 2: Enable the bundle
Enable the bundle in the kernel:
``` php
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Clastic\GoogleAnalyticsBundle\ClasticGoogleAnalyticsBundle(),
);
}
Config:, (*6)
``` yaml, (*7)
clastic_google_analytics: client_id: [clientId] profile_id: [profileId] ```, (*8)
All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code., (*9)
Fork the project, create a feature branch, and send us a pull request., (*10)
To ensure a consistent code base, you should make sure the code follows the Coding Standards which we borrowed from Symfony. Make sure to check out php-cs-fixer as this will help you a lot., (*11)
If you would like to help, take a look at the list of issues., (*12)
Dries De Peuter - dries@nousefreak.be - http://nousefreak.be, (*13)
See also the list of contributors who participated in this project., (*14)
This project is licensed under the MIT license., (*15)
Clastic Google Analytics bundle
MIT