ianm/online-guests
Composer 安装命令:
composer require ianm/online-guests
包简介
Display the number of guests browsing your forum
关键字:
README 文档
README
A Flarum extension that adds a forum widget showing how many guests (logged-out visitors) are currently browsing your forum.
Screenshot
How it works
The widget counts active guest sessions — that is, sessions that are not associated with a logged-in user. The count is determined by inspecting Flarum's session storage, so the supported methods depend on your configured session driver (see Supported session drivers below).
To avoid recalculating on every page load, the result is cached for a configurable period (default: 600 seconds / 10 minutes). The widget is built on top of Forum Widgets Core, which is installed automatically as a dependency and lets admins position, reorder, and toggle widgets from the dashboard.
Supported session drivers
| Driver | Supported | Notes |
|---|---|---|
file |
✅ | The Flarum default. Guest sessions are counted by scanning the session files on disk. |
redis |
✅ | Requires fof/redis. Guest session IDs are tracked in a sorted set and counted in real time. |
| other | ❌ | Any other driver returns a count of 0. Sponsorship of additional drivers (e.g. database) is welcome. |
Redis sessions
When you use fof/redis with the Redis session handler, this extension automatically registers a middleware that records the session ID of each guest request in a Redis sorted set, scored by request time. The widget then prunes entries older than the configured Online duration and counts what remains — no disk scanning required.
fof/redis is listed as a Composer suggest, so it is not installed by default. To enable Redis support, install and configure it separately:
composer require fof/redis:"*"
Then enable Redis sessions in the FoF Redis extension settings. No further configuration is needed in this extension — it detects the active session handler automatically.
Settings & permissions
From the admin dashboard you can configure:
- Online duration — how recently a session must have been active (in minutes) to count as "online". Default:
5. - Cache duration — how long (in seconds) the calculated guest count is cached before being recalculated. Default:
600.
A View online guests permission controls which groups can see the widget. Only actors with this permission receive the guest count.
Installation
Install with composer:
composer require ianm/online-guests:"*"
This will also install Forum Widgets Core, which the widget relies on.
Updating
composer update ianm/online-guests:"*"
php flarum migrate
php flarum cache:clear
Links
ianm/online-guests 适用场景与选型建议
ianm/online-guests 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.55k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 10 月 04 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「flarum」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 ianm/online-guests 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 ianm/online-guests 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 ianm/online-guests 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Adds more BBCode
Output of discussions lists in form of cards
Allow users to log in with QQ
A headless CLI performance benchmarking tool for Flarum
The admin panel of afrux/asirem
Enhanced typography for french writings, mainly around punctuation.
统计信息
- 总下载量: 1.55k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-04