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.2.0(1mo ago)57proprietaryVuePHP ^8.2

Since Jun 19Pushed 1w agoCompare

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

READMEChangelog (4)Dependencies (4)Versions (6)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

43

—

FairBetter than 89% of packages

Maintenance96

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Every ~3 days

Total

5

Last Release

31d 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 (9 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

[getkirby/cms

The Kirby core

1.5k606.6k517](/packages/getkirby-cms)[medienbaecker/kirby-modules

Easily add modules to your pages

895.5k1](/packages/medienbaecker-kirby-modules)[grommasdietz/kirby-blueprint-areas

Add custom Panel areas via blueprints on Kirby CMS

211.4k](/packages/grommasdietz-kirby-blueprint-areas)[getkirby/starterkit

Kirby Starterkit

20413.6k](/packages/getkirby-starterkit)[bnomei/kirby3-janitor

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

9343.5k2](/packages/bnomei-kirby3-janitor)[getkirby/plainkit

Kirby Plainkit

11911.9k1](/packages/getkirby-plainkit)

PHPackages © 2026

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