2017 © Pedro Peláez
 

cakephp-plugin cakephp-analyzer

Analyzer plugin for CakePHP

image

jeffersonsimaogoncalves/cakephp-analyzer

Analyzer plugin for CakePHP

  • Thursday, June 14, 2018
  • by jeffersonsimaogoncalves
  • Repository
  • 1 Watchers
  • 1 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 14 Versions
  • 0 % Grown

The README.md

Analyzer plugin for CakePHP 3.X

This Analyzer Plugin is a plugin that tracks and reports website traffic., (*1)

Installation

You can install this plugin into your CakePHP application using composer., (*2)

The recommended way to install composer packages is:, (*3)

composer require jeffersonsimaogoncalves/cakephp-analyzer

Now load the plugin via your shell:, (*4)

$ bin/cake plugin load -b -r Analyzer

Or put the following in your config/bootstrap.php:, (*5)

Plugin::load('Analyzer', ['bootstrap' => true]);

Run the migrations:, (*6)

$ bin/cake migrations migrate -p Analyzer

From now on all requests will be reported!, (*7)

Usage

Ignore

You can ignore to register request by putting the following code in your config/bootstrap.php:, (*8)

Configure::write('Analyzer.Ignore.key', [
    'plugin' => 'DebugKit'
    'controller' => 'UsersController',
    'action' => 'index',
    'prefix' => 'admin',
]);

So, for example; this code will ignore all DebugKit requests:, (*9)

Configure::write('Analyzer.Ignore.debug_kit', [
    'plugin' => 'DebugKit'
]);

Finders

The RequestsTable has the following finders:, (*10)

Between

Set start- and end-date:, (*11)

    $query->find('Between', [
        'start' => '-3 days',
        'end' => 'now',
    ]);

UniqueVisitors

Not valid yet!, (*12)

Find only unique visitors:, (*13)

    $query->find('UniqueVisitors');

Credits

This work is based on the code by CakeManager., (*14)

The Versions

14/06 2018

dev-master

9999999-dev

Analyzer plugin for CakePHP

  Sources   Download

MIT

The Requires

 

14/06 2018

1.1.7

1.1.7.0

Analyzer plugin for CakePHP

  Sources   Download

MIT

The Requires

 

09/06 2018

1.1.6

1.1.6.0

Analyzer plugin for CakePHP

  Sources   Download

MIT

The Requires

 

08/06 2018

1.1.5

1.1.5.0

Analyzer plugin for CakePHP

  Sources   Download

MIT

The Requires

 

08/06 2018

1.1.4

1.1.4.0

Analyzer plugin for CakePHP

  Sources   Download

MIT

The Requires

 

08/06 2018

1.1.3

1.1.3.0

Analyzer plugin for CakePHP

  Sources   Download

MIT

The Requires

 

01/06 2018

1.1.2

1.1.2.0

Analyzer plugin for CakePHP

  Sources   Download

MIT

The Requires

 

01/06 2018

1.1.1

1.1.1.0

Analyzer plugin for CakePHP

  Sources   Download

MIT

The Requires

 

01/06 2018

1.1.0

1.1.0.0

Analyzer plugin for CakePHP

  Sources   Download

MIT

The Requires

 

01/06 2018

1.0.4

1.0.4.0

Analyzer plugin for CakePHP

  Sources   Download

MIT

The Requires

 

01/06 2018

1.0.3

1.0.3.0

Analyzer plugin for CakePHP

  Sources   Download

MIT

The Requires

 

01/06 2018

1.0.2

1.0.2.0

Analyzer plugin for CakePHP

  Sources   Download

MIT

The Requires

 

01/06 2018

1.0.1

1.0.1.0

Analyzer plugin for CakePHP

  Sources   Download

MIT

The Requires

 

01/06 2018

1.0.0

1.0.0.0

Analyzer plugin for CakePHP

  Sources   Download

MIT

The Requires