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

ActiveLibrary

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 2d 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 32% 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

2862d 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

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[drevops/git-artifact

Package artifact from your codebase in CI and push it to a separate git repo.

2133.2k](/packages/drevops-git-artifact)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)

PHPackages © 2026

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