Skip to content

hiqdev/yii2-google-analytics

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Yii2 Google Analytics

Google Analytics tracking widget for Yii2 applications

Latest Stable Version Total Downloads Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Dependency Status

Provides really easy adding Google Analytics tracking widget to a site. Even easier then adding a widget into a site layout.

Works by adding Behavior to the Application View. Behavior listens to EVENT_END_BODY and echos the counter script.

Installation

The preferred way to install this yii2-extension is through composer.

Either run

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

or add

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

to the require section of your composer.json.

Configuration

This extension is supposed to be used with composer-config-plugin.

Else look src/config/web.php for cofiguration example.

Available configuration parameters:

  • googleAnalytics.id
  • googleAnalytics.params

For more details please see src/config/params.php.

License

This project is released under the terms of the BSD-3-Clause license. Read more here.

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

About

Google Analytics tracking widget for Yii2 applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published