PHPackages                             jeffersonsimaogoncalves/cakephp-analyzer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jeffersonsimaogoncalves/cakephp-analyzer

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

jeffersonsimaogoncalves/cakephp-analyzer
========================================

Analyzer plugin for CakePHP

1.4.0(8y ago)220MITPHPPHP &gt;=7.0

Since Jun 14Pushed 8mo agoCompare

[ Source](https://github.com/jeffersongoncalves/cakephp-analyzer)[ Packagist](https://packagist.org/packages/jeffersonsimaogoncalves/cakephp-analyzer)[ RSS](/packages/jeffersonsimaogoncalves-cakephp-analyzer/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Analyzer plugin for CakePHP 3.X
===============================

[](#analyzer-plugin-for-cakephp-3x)

This Analyzer Plugin is a plugin that tracks and reports website traffic.

Installation
------------

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require jeffersonsimaogoncalves/cakephp-analyzer

```

Now load the plugin via your shell:

```
$ bin/cake plugin load -b -r Analyzer

```

Or put the following in your `config/bootstrap.php`:

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

```

Run the migrations:

```
$ bin/cake migrations migrate -p Analyzer

```

From now on all requests will be reported!

Usage
-----

[](#usage)

### Ignore

[](#ignore)

You can ignore to register request by putting the following code in your `config/bootstrap.php`:

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

```

So, for example; this code will ignore all `DebugKit` requests:

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

```

### Finders

[](#finders)

The `RequestsTable` has the following finders:

#### Between

[](#between)

Set start- and end-date:

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

```

#### UniqueVisitors

[](#uniquevisitors)

> Not valid yet!

Find only unique visitors:

```
    $query->find('UniqueVisitors');

```

Credits
-------

[](#credits)

This work is based on the [code by CakeManager](https://github.com/cakemanager/cakephp-analyzer).

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance43

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2942d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/411493?v=4)[Jefferson Gonçalves](/maintainers/jeffersongoncalves)[@jeffersongoncalves](https://github.com/jeffersongoncalves)

---

Top Contributors

[![jeffersongoncalves](https://avatars.githubusercontent.com/u/411493?v=4)](https://github.com/jeffersongoncalves "jeffersongoncalves (15 commits)")[![bobmulder](https://avatars.githubusercontent.com/u/5465074?v=4)](https://github.com/bobmulder "bobmulder (2 commits)")

### Embed Badge

![Health badge](/badges/jeffersonsimaogoncalves-cakephp-analyzer/health.svg)

```
[![Health](https://phpackages.com/badges/jeffersonsimaogoncalves-cakephp-analyzer/health.svg)](https://phpackages.com/packages/jeffersonsimaogoncalves-cakephp-analyzer)
```

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

3361.0M51](/packages/dereuromark-cakephp-tools)[cakephp/bake

Bake plugin for CakePHP

11212.0M202](/packages/cakephp-bake)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308954.9k25](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1882.3M44](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

3099.1k6](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

131240.2k13](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
