Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

linkrobins/birdseye (v1.5.0)

Дата публикации: 28-07-2026 00:43:34

Forum analytics for Flarum — server-side, zero JavaScript, no cookies. Your stats live in your own database.

Основное содержимое страницы с новостью.

Forum analytics for Flarum — server-side, zero JavaScript, no cookies. Your stats live in your own database.

Maintainers

6ba4ada28098b217152b5ec67bff43409a54b808d7d038119af6f56715a1c3f9?s=48&d=identicon

v1.5.0 2026-07-28 00:43 UTC

This package is auto-updated.

Last update: 2026-07-28 00:45:27 UTC


README

Forum analytics for Flarum — captured server-side, with zero JavaScript, no cookies, and no external tracker. Your analytics history lives in your own database and stays there.

How it works

The extension records events (page and discussion views, searches, posts, registrations) on the server as requests happen. Visitors are counted with a daily-rotating salted hash — no IP address is ever stored, no cookie is ever set, and nothing runs in your visitors' browsers.

Events sit in a short-lived local buffer (72 hours max). Once a day, the buffer is rolled up into small per-day aggregate rows in your database — that's the permanent history, a few kilobytes per month.

  • Without a license key, rollups are computed locally and include basic daily counts: pageviews, visitors, posts, registrations. Nothing ever leaves your server.
  • With a Birdseye subscription, the daily batch is sent to our processor, which computes the full picture — bounce rate, session length, top pages and discussions, referrer sources, devices, countries (world map included) — and returns the results to be stored in your database. We keep nothing. Cancel anytime; every stat you've collected stays with you. Saving your key checks in with the processor right away, so your linkrobins.com dashboard shows the forum as connected within seconds; the first full-picture stats follow once the first complete day rolls over.
Beyond the numbers
  • Forum health, not just traffic — new members per day, discussions that get read but never answered, top tags, live search terms, and a "today so far" strip straight from the buffer.
  • Share the dashboard — a View forum analytics permission lets any group you choose open the dashboard from their user menu, without admin access. Nobody holds it until you grant it.
  • Weekly digest — every Monday, administrators get a plain-text email summary of last week vs the week before. One switch to turn off.
Installation
composer require linkrobins/birdseye

Enable it in the admin panel. That's it — stats begin collecting immediately.

Requirements
  • Flarum 1.8 or 2.x, PHP >= 8.0
  • The scheduler must be running for daily rollups (php flarum schedule:run via cron).
Privacy notes
  • Visitor identity is hash(secret + date + IP + user agent), truncated; the salt rotates daily so visitors cannot be tracked across days.
  • Country detection uses a trusted proxy country header when one is configured — Cloudflare's CF-IPCountry by default; point the Trusted country header setting at e.g. X-Country if nginx-geoip supplies it. The header is trusted as-is, so if your forum is not behind such a proxy, blank the setting (a client talking to your server directly could otherwise forge its country). Without a header, an anonymized IP prefix (/24 for IPv4, /48 for IPv6 — never the full address) is kept in the 72-hour buffer solely for country lookup during processing, then discarded. This can be disabled in settings, and no full IP is written to disk either way.
  • Bounce rate and visit duration are measured log-style (server-side), which runs slightly conservative compared to script-based trackers — the cost of shipping no JavaScript at all.
Development

The frontend deliberately builds with a bare webpack + babel config instead of flarum-webpack-config. One artifact serves Flarum 1.8 and 2.x, and flarum-webpack-config's module prologue references flarum.reg, which does not exist on 1.x — a bundle built with it dies on load there. Details are in the header of js/webpack.config.js; please don't "modernize" the build without checking the 1.8 leg of CI.

Links

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1superbryn-pipecat-observer 0.7.17810-07-2026
2vortos/vortos-metrics (v1.0.0-alpha-298)028.1828-07-2026
3chrisdev/symfony-quality-cockpit (v0.1.2)016.2528-07-2026
4shieldci/laravel (v1.12.5)08.8628-07-2026
5milpa/admin (v0.1.0)011.1628-07-2026
6blendbyte/filament-title-with-slug (v3.1.0)021.7628-07-2026
7dataface-playground 0.1.1.dev2330520-07-2026
8trodo-python 2.13.00520-07-2026
9patera 0.119.00510-07-2026

Классификация: Мнения. Схожих патентов: 0. Схожих новостей: 9. Тональность: 0. Информативность: 14.17. Источник: packagist.org.