PHPackages                             johannschopplich/kirby-plausible - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. johannschopplich/kirby-plausible

ActiveKirby-plugin[Utility &amp; Helpers](/categories/utility)

johannschopplich/kirby-plausible
================================

Plausible integration for Kirby CMS

1.0.3(10mo ago)43.2k↓20.4%MITPHP

Since Sep 2Pushed 10mo agoCompare

[ Source](https://github.com/johannschopplich/kirby-plausible)[ Packagist](https://packagist.org/packages/johannschopplich/kirby-plausible)[ Docs](https://github.com/johannschopplich/kirby-plausible#readme)[ RSS](/packages/johannschopplich-kirby-plausible/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (18)Used By (0)

[![Kirby Plausible](./.github/kirby-plausible.png)](./.github/kirby-plausible.png)

Kirby Plausible
===============

[](#kirby-plausible)

Note

This is a refactored version of [floriankarsten/kirby-plausible](https://github.com/floriankarsten/kirby-plausible).

This plugin integrates a [Plausible](https://plausible.io) analytics dashboard directly into your Kirby Panel.

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

[](#requirements)

- Kirby 4 or Kirby 5

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

[](#installation)

### Composer

[](#composer)

```
composer require johannschopplich/kirby-plausible
```

### Download

[](#download)

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

Usage
-----

[](#usage)

1. Create a [Plausible shared link](https://plausible.io/docs/shared-links)
2. Set the `johannschopplich.plausible.sharedLink` in your `config.php`

```
// config.php
return [
    'johannschopplich.plausible' => [
        'sharedLink' => '',
        // Only needed if the frontend URL differs from the index URL of the Kirby instance
        'domain' => ''
    ]
];
```

### Frontend Snippet

[](#frontend-snippet)

You can use the included snippet. Add it to the `` tag preferably. The script will not be injected in debug mode.

```
