PHPackages                             rllngr/kirby-moniter - 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. rllngr/kirby-moniter

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

rllngr/kirby-moniter
====================

Kirby CMS plugin — exposes a protected status endpoint for the Moniter dashboard

1.0.0(1mo ago)01↑2900%MITPHPPHP &gt;=8.0

Since Mar 22Pushed 1mo agoCompare

[ Source](https://github.com/RLLNGR/kirby-moniter)[ Packagist](https://packagist.org/packages/rllngr/kirby-moniter)[ RSS](/packages/rllngr-kirby-moniter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

kirby-moniter
=============

[](#kirby-moniter)

A lightweight Kirby CMS plugin that exposes a secured status endpoint for the Moniter dashboard — tracks version and uptime of client websites.

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

[](#installation)

### Via Composer (recommended)

[](#via-composer-recommended)

```
composer require rllngr/kirby-moniter
```

### Manual

[](#manual)

Copy the folder into `site/plugins/moniter/`.

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

[](#configuration)

Add the API key to `site/config/config.php`:

```
return [
    'moniter.key' => 'your-key-generated-by-moniter',
    // ...
];
```

The key is automatically generated by the Moniter dashboard when adding a client.

Endpoint
--------

[](#endpoint)

```
GET /moniter/status
Header: X-Moniter-Key:

```

### Response

[](#response)

```
{
  "kirby": "5.3.2",
  "plugins": {
    "author/plugin": "1.2.0"
  }
}
```

### Error (invalid key)

[](#error-invalid-key)

```
{ "error": "Unauthorized" }
```

HTTP `401`

Security
--------

[](#security)

- Key comparison uses `hash_equals()` (timing attack protection)
- Without a valid `X-Moniter-Key` header, the endpoint always returns `401`
- Never commit the key in the client site repository — use an environment variable if needed

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

[](#requirements)

- Kirby **4.x** or **5.x**
- PHP **8.0+**

License
-------

[](#license)

MIT — [rollinger.design](https://rollinger.design)

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance90

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

52d ago

### Community

Maintainers

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

---

Top Contributors

[![RLLNGR](https://avatars.githubusercontent.com/u/34002361?v=4)](https://github.com/RLLNGR "RLLNGR (6 commits)")

### Embed Badge

![Health badge](/badges/rllngr-kirby-moniter/health.svg)

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

###  Alternatives

[distantnative/retour-for-kirby

Manage redirects and track 404s right from the Kirby CMS Panel

14689.4k1](/packages/distantnative-retour-for-kirby)[mzur/kirby-uniform

A versatile Kirby plugin to handle web form actions.

26068.3k13](/packages/mzur-kirby-uniform)[arnoson/kirby-vite

Vite helper for Kirby CMS

9759.2k3](/packages/arnoson-kirby-vite)[thathoff/kirby-git-content

Plugin to track changes to content in a git repository.

15343.7k](/packages/thathoff-kirby-git-content)[sylvainjule/locator

A map &amp; geolocation field, built on top of open-source services / Mapbox

11237.3k1](/packages/sylvainjule-locator)[tobimori/kirby-seo

The default choice for SEO on Kirby: Implement technical SEO &amp; Meta best practices with ease and provide an easy-to-use editor experience

10039.7k1](/packages/tobimori-kirby-seo)

PHPackages © 2026

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