PHPackages                             bvdputte/kirby-logbook - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. bvdputte/kirby-logbook

ActiveKirby-plugin[Logging &amp; Monitoring](/categories/logging)

bvdputte/kirby-logbook
======================

A Kirby 3 panel plugin to visualise the `site/logs` folder in the panel.

1.0.6(1y ago)213.1k↓14.8%1MITVue

Since Nov 13Pushed 1y ago2 watchersCompare

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

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

Kirby LogBook
=============

[](#kirby-logbook)

A Kirby 3 panel plugin to visualise the `site/logs` folder in the panel.
Opinionated defaults to work best with the [kirby-log](https://github.com/bvdputte/kirby-log/) plugin out-of-the-box.

[![Kirby LogBook screenshot](https://user-images.githubusercontent.com/490505/169391062-18c95875-8654-458d-bc93-87ff187a35d4.png)](https://user-images.githubusercontent.com/490505/169391062-18c95875-8654-458d-bc93-87ff187a35d4.png)

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

[](#installation)

- unzip [master.zip](https://github.com/bvdputte/kirby-logbook/archive/master.zip) as folder `site/plugins/kirby-logbook` or
- `git submodule add https://github.com/bvdputte/kirby-logbook.git site/plugins/kirby-logbook` or
- `composer require bvdputte/kirby-logbook`

⚠️ You'll need at least Kirby 3.6 to use this plugin.

Formatting &amp; access
-----------------------

[](#formatting--access)

For now only users with the admin role will be able to open/use the area in the plugin.

Logs from the [kirby-log](https://github.com/bvdputte/kirby-log/) plugin will be output as a table. All other logs will be print as a list of lines.

### Configurable options

[](#configurable-options)

All of them are optional.

```
// in site/config/config.php:

// String. Name of logfile to show by default. Defaults to first.
'bvdputte.logbook.default' => 'mylog.log',
// Array with log filenames with no access in panel. Defaults to []
'bvdputte.logbook.hide' => ['my-restricted-log.log','some-other-log.log'],
// Integer. For performance reasons, only the x last lines of the log are being fetched and shown. Defaults to 2500
'bvdputte.logbook.maxLogLines' => 2000,
// Integer. The amount of lines per paginated set in the panel. Defaults to 25
'bvdputte.logbook.paginationSize' => 50,
// Array of roles that need access to the logviewer
'bvdputte.logbook.accessRoles' => []
```

Development info
----------------

[](#development-info)

For development to the vue part, run `npm run dev`
To build vue sfc, before commit, run `npm run build`

Disclaimer
----------

[](#disclaimer)

This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you find any issues, please [create a new issue](https://github.com/bvdputte/kirby-logbook/issues/new).

License
-------

[](#license)

[MIT](https://opensource.org/licenses/MIT)

It is discouraged to use this plugin in any project that promotes racism, sexism, homophobia, animal abuse, violence or any other form of hate speech.

###  Health Score

36

—

LowBetter than 81% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

Recently: every ~266 days

Total

6

Last Release

568d ago

Major Versions

v0.0.1 → v1.0.02021-11-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/49e16ff7562c3ee72cb4f1d3429460bf4ab0f3d00b9fcd0c5f6b2ae0504ab38b?d=identicon)[bvdputte](/maintainers/bvdputte)

---

Top Contributors

[![bvdputte](https://avatars.githubusercontent.com/u/490505?v=4)](https://github.com/bvdputte "bvdputte (25 commits)")

---

Tags

logkirby3kirby3-plugin

### Embed Badge

![Health badge](/badges/bvdputte-kirby-logbook/health.svg)

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

###  Alternatives

[monolog/monolog

Sends your logs to files, sockets, inboxes, databases and various web services

21.4k964.9M7.0k](/packages/monolog-monolog)[psr/log

Common interface for logging libraries

10.4k1.2B9.1k](/packages/psr-log)[symfony/monolog-bundle

Symfony MonologBundle

2.9k249.1M1.5k](/packages/symfony-monolog-bundle)[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M308](/packages/spatie-laravel-activitylog)[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k227.1M271](/packages/sentry-sentry)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k114.3M154](/packages/sentry-sentry-laravel)

PHPackages © 2026

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