Hey everyone! 🎮
I am excited to release LGSL Game Server List, an integrated server tracking status extension built specifically for Flarum v2 and modern PHP environments (PHP 8.3+).
This extension embeds a self-contained, standalone query architecture directly into Flarum, allowing you to display live server statuses, maps, and player counts seamlessly on a dedicated page.
🌐 See It In Action (Live Demo)
Check out how it renders on our community standings index page:
👉 View the Live Server Standings Page
📥 How to Acquire and Install It
You can track our repository directly or install it via Composer on your server shell:
Trigger installation process:
composer require gservers/flarum-ext-lgsl:*
Run migrations and completely flush the asset caches:
php flarum migrate
php flarum cache:clear
🔗 Custom Menu Navigation (FoF Links)
Because this extension focuses cleanly on rendering the structural status records, manage your user navigation flows via the fof/links module dashboard:
- Head directly to your Flarum administrative settings and click on Links.
- Click Add Link, label it "Game Servers", select a preferred icon (such as
fas fa-gamepad), and map the relative path explicitly to: /servers
Features & Code Repository
- Fully compatible with PHP 8.3, 8.4, and 8.5
- Native Light & Dark mode support using CSS Custom Variables
- Extensive master protocol support mapping for over 100+ game engines
📦 GitHub Repository: flarum-ext-lgsl
Special thanks to tltneon for maintaining the standalone core LGSL engine dependencies.