Git Product home page Git Product logo

yii2-hit-counter's Introduction

Yii2 hit counter extention

Software License Code Coverage Code Intelligence Status Code Quality CodeFactor Build Status

About extention

This extension allows you to organize the collection of data about website visitors. Data is stored in a database.

What visitor data is collected

Javascript and php are used to get information about visitors:

By Javascript:

  • Detect if client cookie enabled
  • Detect if java enabled
  • Detect if client has totuch device
  • Timezone offset
  • Type connection (like 4g etc.)
  • Current url
  • Referer url
  • Client screen width
  • Client screen height
  • Client color depth
  • Client browser language
  • Client history length
  • Client processor ram

By php:

  • Visitor ip address
  • Visitor user agent
  • Visitor referer url
  • Server name
  • Auth user id
  • Port
  • Cookies http
  • Os
  • Client info
  • Client device type (desctop etc.)
  • Device brand
  • Client device model (if detect)
  • Detect is bot
  • Host by ip
  • Is proxy or vpn
  • Date and time visit

Installation

The preferred way to install this extension is through composer.

First download module . Run the command in the terminal:

composer require "coderius/yii2-hit-counter"

or add in composer.json

"coderius/yii2-hit-counter": "^1.0"

and run composer update

Run migrations in root folder project:

php yii migrate/to m190926_110717_hit_counter__table --migrationPath=@coderius/hitCounter/migrations

Usage

Include module in app config file. In advanced template go to common/main.php and set to config array next params:

    $conf = [
        ...
    ];
    
    $conf['modules']['hitCounter'] = [
            'class' => 'coderius\hitCounter\Module',
        ];

    $conf['bootstrap'][] = 'coderius\hitCounter\config\Bootstrap';

In view file past hit counter widget:

<?= \coderius\hitCounter\widgets\hitCounter\HitCounterWidget::widget([]); ?>

Testing

For tests neded test database and tables. Documentation about creating test db is at tests/_app/README.md.

In order to run the tests you need to do the following:

  • Set alias in terminal to phpunit:
alias phpunit="/var/www/html/yii2-hit-counter/vendor/bin/phpunit"
  • Go to root folder module 'yii2-hit-counter' in terminal and run tests:
phpunit

yii2-hit-counter's People

Contributors

coderius avatar dloosley avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.