PHPackages                             cruxoft/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. cruxoft/logbook

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

cruxoft/logbook
===============

Simple wrapper for interaction with Monolog's Registry

0.1.3(7y ago)061Apache-2.0PHPPHP ^7.0

Since Feb 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/irwtdvoys/logbook)[ Packagist](https://packagist.org/packages/cruxoft/logbook)[ RSS](/packages/cruxoft-logbook/feed)WikiDiscussions master Synced 2w ago

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

Logbook (0.1.3)
===============

[](#logbook-013)

What is it?
-----------

[](#what-is-it)

Simple wrapper for interaction with [Monolog](https://github.com/Seldaek/monolog)'s Registry system allowing legacy systems to benefit from modern logging.

For more complex Monolog setups with multiple channels and handlers a better solutions would be [Monolog Cascade](https://github.com/theorchard/monolog-cascade).

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

[](#installation)

Can be installed using composer by running the following:

```
$ composer require cruxoft/logbook
```

Usage
-----

[](#usage)

A simple but common usage of Logbook would be as follows:

```
use Cruxoft\Logbook;
use Monolog\Handler\StreamHandler;
use Monolog\Logger;

// Generate one or more handlers
$handler = new StreamHandler("./sample.log", Logger::ERROR);

// Add a log channel with specified handlers, optional processors can also be added
Logbook::add("my_log_channel", array($handler));

// Raising a log, standard monolog methods can be used eg. error() err(), addError()
Logbook::get("my_log_channel")->error("This is just an example");
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

4

Last Release

2908d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/984365c8e13e63090196a89eca25d781bb2abd1a2c43f6dbe5cc62d0b8a65d80?d=identicon)[irwtdvoys](/maintainers/irwtdvoys)

---

Top Contributors

[![irwtdvoys](https://avatars.githubusercontent.com/u/1695516?v=4)](https://github.com/irwtdvoys "irwtdvoys (19 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[symfony/monolog-bridge

Provides integration for Monolog with various Symfony components

2.6k198.8M328](/packages/symfony-monolog-bridge)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[spatie/flare-client-php

Send PHP errors to Flare

177156.9M21](/packages/spatie-flare-client-php)[illuminate/log

The Illuminate Log package.

6225.0M602](/packages/illuminate-log)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[grkamil/laravel-telegram-logging

Send logs to Telegram chat via Telegram bot

161493.0k](/packages/grkamil-laravel-telegram-logging)

PHPackages © 2026

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