2017 © Pedro Peláez
 

yii2-extension yii2-google-analytics

Google Analytics tracking widget for Yii2 applications

image

hiqdev/yii2-google-analytics

Google Analytics tracking widget for Yii2 applications

  • Sunday, July 30, 2017
  • by hiqdev
  • Repository
  • 2 Watchers
  • 2 Stars
  • 84 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 14 % Grown

The README.md

Yii2 Google Analytics

Google Analytics tracking widget for Yii2 applications, (*1)

Latest Stable Version Total Downloads Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Dependency Status, (*2)

Provides really easy adding Google Analytics tracking widget to a site. Even easier then adding a widget into a site layout., (*3)

Works by adding Behavior to the Application View. Behavior listens to EVENT_END_BODY and echos the counter script., (*4)

Installation

The preferred way to install this yii2-extension is through composer., (*5)

Either run, (*6)

php composer.phar require "hiqdev/yii2-google-analytics"

or add, (*7)

"hiqdev/yii2-google-analytics": "*"

to the require section of your composer.json., (*8)

Configuration

This extension is supposed to be used with composer-config-plugin., (*9)

Else look src/config/web.php for cofiguration example., (*10)

Available configuration parameters:, (*11)

  • googleAnalytics.id
  • googleAnalytics.params

For more details please see src/config/params.php., (*12)

License

This project is released under the terms of the BSD-3-Clause license. Read more here., (*13)

Copyright © 2017, HiQDev (http://hiqdev.com/), (*14)

The Versions

30/07 2017

dev-master

9999999-dev https://github.com/hiqdev/yii2-google-analytics

Google Analytics tracking widget for Yii2 applications

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

plugin analytics yii2 google counter