ianm/online-guests

Display the number of guests browsing your forum

1.0.0 2023-10-04 08:03 UTC

This package is auto-updated.

Last update: 2024-05-14 09:43:24 UTC


README

License Latest Stable Version Total Downloads

A Flarum extension. Guests Online widget

Screenshot

image

Installation

Currently, guests are only calculated when using the Flarum default session driver (files). I might consider adding support for database, redis, etc in future. Let me know if you're interested in sponsoring any of these additions.

This will also install Forum Widgets Core as it relies on it.

Install with composer:

composer require ianm/online-guests:"*"

Updating

composer update ianm/online-guests:"*"
php flarum migrate
php flarum cache:clear

Links