PHPackages                             moinframe/kirby-loop - 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. moinframe/kirby-loop

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

moinframe/kirby-loop
====================

Interactive feedback tool for Kirby CMS websites that allows users to add contextual comments directly on page elements

1.1.1(3w ago)323512[1 issues](https://github.com/moinframe/kirby-loop/issues)MITJavaScript

Since Jun 21Pushed 3w ago2 watchersCompare

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

READMEChangelog (10)Dependencies (10)Versions (20)Used By (0)

[![Kirby Loop](kirby-loop.png)](kirby-loop.png)

Kirby Loop
==========

[](#kirby-loop)

Stay in the loop. A visual feedback plugin for Kirby CMS: click anywhere on a page to leave a comment, reply in threads, and resolve discussions, right where the content lives. Made for client reviews and team feedback.

Features
--------

[](#features)

- **Click-to-comment**: switch to comment mode and click any element to attach feedback to it
- **Threaded discussions**: reply to comments and mark them as resolved
- **Panel integration**: a global Feedback area in the Kirby Panel plus a per-page comments section for page blueprints
- **Multi-language**: works with Kirby's multi-language sites, UI language auto-detected
- **Public or users only**: restrict commenting to authenticated users or open it up to the public
- **Theming**: light/dark themes included, custom themes possible
- **Self-contained**: everything is stored in a local SQLite database, no external services

Quick Start
-----------

[](#quick-start)

```
composer require moinframe/kirby-loop
```

The feedback widget is automatically injected on all pages for authenticated users.

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

[](#configuration)

All options go into `site/config/config.php`:

```
return [
    // Enable/disable loop (default: true)
    'moinframe.loop.enabled' => true,

    // Or use a callback for conditional enabling
    'moinframe.loop.enabled' => function($page) {
        return in_array($page->template()->name(), ['article', 'blog']);
    },

    // Disable auto-injection (default: true)
    'moinframe.loop.auto-inject' => false,

    // Set header position: 'top' or 'bottom' (default: 'top')
    'moinframe.loop.position' => 'bottom',

    // Allow guest comments (default: false - requires auth)
    'moinframe.loop.public' => true,

    // Force UI language (default: null - auto-detect)
    'moinframe.loop.language' => 'de',

    // Set theme: 'default', 'dark', or custom theme name
    'moinframe.loop.theme' => 'dark',
];
```

Panel View
----------

[](#panel-view)

[![Panel UI of Loop](kirby-loop-panel-view.jpg)](kirby-loop-panel-view.jpg)

Since 1.1.0 comments also show up in the Kirby Panel. A global **Feedback** area in the Panel menu lists all comments across the site, grouped by page. There's also a `loop-comments` blueprint section to show a page's comments right where editors work:

```
sections:
  feedback:
    type: loop-comments
```

See the [Panel docs](https://moinfra.me/docs/moinframe-loop/panel) for permissions and how to hide the area for certain roles.

Documentation
-------------

[](#documentation)

- [Installation](https://moinfra.me/docs/moinframe-loop/installation)
- [Configuration](https://moinfra.me/docs/moinframe-loop/configuration)
- [Multi-Language](https://moinfra.me/docs/moinframe-loop/multi-language)
- [Theming](https://moinfra.me/docs/moinframe-loop/theming)
- [Panel](https://moinfra.me/docs/moinframe-loop/panel)
- [API](https://moinfra.me/docs/moinframe-loop/api)

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

[](#requirements)

- Kirby CMS 4.0+
- PHP 8.3+
- SQLite support

> \[!WARNING\] Caching Pages with the snippet automatically have Kirby's page **cache disabled**. This is necessary for CSRF token validation and user authentication checks.

Support
-------

[](#support)

Found a bug? Report it on [GitHub Issues](https://github.com/moinframe/kirby-loop/issues).

License
-------

[](#license)

MIT License - see [LICENSE.md](LICENSE.md)

###  Health Score

47

↑

FairBetter than 93% of packages

Maintenance95

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

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 ~32 days

Recently: every ~85 days

Total

12

Last Release

22d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bf9d09693dffe919aa833f7808c30813768f221bde1d76fe55b2adbf9130bfdc?d=identicon)[moinframe](/maintainers/moinframe)

---

Top Contributors

[![JuKra00](https://avatars.githubusercontent.com/u/2682834?v=4)](https://github.com/JuKra00 "JuKra00 (103 commits)")

---

Tags

kirby-cmskirby-pluginkirby4kirby5plugincmscommentsreviewloopfeedbackkirby

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/moinframe-kirby-loop/health.svg)

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

###  Alternatives

[getkirby/cms

The Kirby core

1.5k584.8k472](/packages/getkirby-cms)[medienbaecker/kirby-modules

Easily add modules to your pages

895.5k1](/packages/medienbaecker-kirby-modules)[getkirby/starterkit

Kirby Starterkit

20413.5k](/packages/getkirby-starterkit)[getkirby/plainkit

Kirby Plainkit

11911.7k1](/packages/getkirby-plainkit)[getkirby/geo

Kirby Geo

223.9k](/packages/getkirby-geo)[belugadigital/kirby-navigation

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

8614.7k](/packages/belugadigital-kirby-navigation)

PHPackages © 2026

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