2017 © Pedro Peláez
 

library google-analytics-bundle

Clastic Google Analytics bundle

image

clastic/google-analytics-bundle

Clastic Google Analytics bundle

  • Sunday, April 19, 2015
  • by NoUseFreak
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

GoogleAnalyticsBundle

Google Analytics Module for Clastic., (*1)

About

This bundle provides a quick view at your google analytics from the dashboard., (*2)

Installation

Installation is a quick:, (*3)

  1. Download using composer
  2. Enable the Bundle
  3. Set configuration

Step 1: Download using composer

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(),
    );
}

Step 3: Set configuration

Config:, (*6)

``` yaml, (*7)

app/config/config.yml

clastic_google_analytics: client_id: [clientId] profile_id: [profileId] ```, (*8)

Contributing

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)

Author and contributors

Dries De Peuter - dries@nousefreak.be - http://nousefreak.be, (*13)

See also the list of contributors who participated in this project., (*14)

License

This project is licensed under the MIT license., (*15)

The Versions

19/04 2015

dev-master

9999999-dev

Clastic Google Analytics bundle

  Sources   Download

MIT

The Requires