PHPackages                             webtechnick/cakephp-whos-online-plugin - 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. webtechnick/cakephp-whos-online-plugin

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

webtechnick/cakephp-whos-online-plugin
======================================

CakePHP Who's Online Plugin

28105[1 PRs](https://github.com/webtechnick/CakePHP-Whos-Online-Plugin/pulls)PHP

Since Nov 1Pushed 12y ago4 watchersCompare

[ Source](https://github.com/webtechnick/CakePHP-Whos-Online-Plugin)[ Packagist](https://packagist.org/packages/webtechnick/cakephp-whos-online-plugin)[ RSS](/packages/webtechnick-cakephp-whos-online-plugin/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

```
Online CakePHP Plugin
======================
Keeps track of users visiting your site, tracking where they are in
your application.  This will use the user's IP address (converted to a database friendly int).

About
======================
Author Nick Baker
Version 2.0
Link http://www.webtechnick.com
Email nick@webtechnick.com

Get it
======================
GIT: git@github.com:webtechnick/CakePHP-Whos-Online-Plugin.git

Changelog:
======================
	2.0: CakePHP 2.x upgrade
  1.2: Added nicer included element.
  1.1: Added tests.
  1.0: Initial Release

Setup:
======================
 1) Copy /Online into app/Plugin/Online

 2a) Run the online.sql into your database
 2b) Run cake schema run create --plugin Online
   note: If you choose the cake schema route -- I suggest changing your database engine
   to MEMORY as it will be faster to access/write than default.
   note2: if you choose the cake schema route -- change the ip column to 'unsigned'

 3) Add a bit of code to your AppController.php

//AppController.php
var $uses = array('Online.Online');

function beforeRender(){
  $this->Online->update($this->here);
}

See Who's Online:
======================
  I've included a few ways for you to view who's online without too much hassle.

1) Use the built in OnlineHelper:

2) Use requestAction():

3) Or you can use the built in element (css will be needed to make it look nice)

Enjoy!
Nick
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26438?v=4)[Nick Baker](/maintainers/webtechnick)[@webtechnick](https://github.com/webtechnick)

---

Top Contributors

[![webtechnick](https://avatars.githubusercontent.com/u/26438?v=4)](https://github.com/webtechnick "webtechnick (15 commits)")

### Embed Badge

![Health badge](/badges/webtechnick-cakephp-whos-online-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/webtechnick-cakephp-whos-online-plugin/health.svg)](https://phpackages.com/packages/webtechnick-cakephp-whos-online-plugin)
```

###  Alternatives

[serkanalgur/cmb2-field-faiconselect

Font Awesome icon selector for powerful custom metabox generator CMB2

192.3k](/packages/serkanalgur-cmb2-field-faiconselect)

PHPackages © 2026

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