PHPackages                             medienbaecker/kirby-plausibly - 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. [Admin Panels](/categories/admin)
4. /
5. medienbaecker/kirby-plausibly

ActiveKirby-plugin[Admin Panels](/categories/admin)

medienbaecker/kirby-plausibly
=============================

A native Plausible Analytics dashboard for the Kirby Panel

1.0.0(today)10proprietaryVuePHP ^8.2

Since Jun 19Pushed todayCompare

[ Source](https://github.com/medienbaecker/kirby-plausibly)[ Packagist](https://packagist.org/packages/medienbaecker/kirby-plausibly)[ RSS](/packages/medienbaecker-kirby-plausibly/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Kirby Plausibly
===============

[](#kirby-plausibly)

A native [Plausible Analytics](https://plausible.io) dashboard for the Kirby Panel.

Adds an **Analytics** view to the Panel that mirrors the Plausible dashboard using native Kirby components.

[![The Analytics dashboard in the Kirby Panel](.github/screenshot.png)](.github/screenshot.png)

Features
--------

[](#features)

- Six KPI stats (unique visitors, total visits, pageviews, views per visit, bounce rate, visit duration) with period-over-period change
- Visitors-over-time chart; click a KPI stat to chart that metric
- Breakdown cards with tabs: Top sources (Channels / Sources / Campaigns), Top pages (Top / Entry / Exit), Locations (Countries / Regions / Cities), Devices (Browser / OS / Size) and Goal conversions
- Live "current visitors" count
- Page rows link straight to the matching page in the Panel

Requirements
------------

[](#requirements)

- Kirby 5
- A Plausible instance (Cloud or self-hosted / Community Edition) with a **Stats API key**

Installation
------------

[](#installation)

### Composer

[](#composer)

```
composer require medienbaecker/kirby-plausibly

```

### Manual

[](#manual)

Download and copy this repository to `site/plugins/kirby-plausibly`.

Configuration
-------------

[](#configuration)

Create a Stats API key in your Plausible account settings, then add to `site/config/config.php`:

```
return [
    'medienbaecker.plausibly.url'   => 'https://plausible.io', // your Plausible instance
    'medienbaecker.plausibly.site'  => 'example.com',          // the site_id / domain
    'medienbaecker.plausibly.token' => 'your-stats-api-key',
];
```

The Analytics view only appears once all three options are set. The API token stays on the server — the Panel talks only to the plugin's own API routes.

Tracking
--------

[](#tracking)

This plugin only renders the dashboard. To collect data, add Plausible's own tracking snippet to your site's `` — copy it from your Plausible dashboard under **Site Settings → Installation**.

Licensing
---------

[](#licensing)

Kirby Plausibly is a commercial plugin. You can use it for free on local environments but using it in production requires a valid licence. You can pay what you want, the suggested price being 20€ per project. Feel free to choose "0" when working on a purposeful project ❤️

[Buy a licence](https://medienbaecker.com/plugins/plausibly)

Credits
-------

[](#credits)

Inspired by [kirby-matomo](https://github.com/sylvainjule/kirby-matomo) by Sylvain Julé, which brought a native Matomo dashboard to the Panel. This plugin does the same for Plausible Analytics.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7975568?v=4)[Thomas Günther](/maintainers/medienbaecker)[@medienbaecker](https://github.com/medienbaecker)

---

Top Contributors

[![medienbaecker](https://avatars.githubusercontent.com/u/7975568?v=4)](https://github.com/medienbaecker "medienbaecker (3 commits)")

---

Tags

dashboardanalyticsstatisticskirbykirby-pluginpanelplausible

### Embed Badge

![Health badge](/badges/medienbaecker-kirby-plausibly/health.svg)

```
[![Health](https://phpackages.com/badges/medienbaecker-kirby-plausibly/health.svg)](https://phpackages.com/packages/medienbaecker-kirby-plausibly)
```

###  Alternatives

[bnomei/kirby3-janitor

Kirby Plugin for running commands like cleaning the cache from within the Panel, PHP code or a cronjob

9342.0k2](/packages/bnomei-kirby3-janitor)[belugadigital/kirby-navigation

Kirby 5 field for hierarchical menus with drag &amp; drop level indentation.

8613.8k](/packages/belugadigital-kirby-navigation)[pechente/kirby-admin-bar

Kirby Admin Bar

532.7k](/packages/pechente-kirby-admin-bar)[medienbaecker/kirby-modules

Easily add modules to your pages

885.4k1](/packages/medienbaecker-kirby-modules)[bnomei/kirby-janitor

Kirby Plugin for running commands like cleaning the cache from within the Panel, PHP code or a cronjob

934.6k2](/packages/bnomei-kirby-janitor)[visionbites/usage-reference

Show references to a page or file on the objects blueprint.

267.4k](/packages/visionbites-usage-reference)

PHPackages © 2026

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