PHPackages                             bjoern-buettner/logger - 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. bjoern-buettner/logger

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

bjoern-buettner/logger
======================

A simple lazy logger for PHP

1.0.0(2y ago)10MITPHPPHP &gt;=8.1

Since Aug 2Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bjoern-buettner/logger)[ Packagist](https://packagist.org/packages/bjoern-buettner/logger)[ Docs](https://github.com/bjoern-buettner/logger)[ RSS](/packages/bjoern-buettner-logger/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Logger
======

[](#logger)

This logger package provides a few helper classes to minimize the performance impact of writing logs. If you desire additional options, please open an issues.

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

[](#installation)

```
composer require bjoern-buettner/logger
```

Contained Classes
-----------------

[](#contained-classes)

All mentioned classes can be found in the namespace `Me\BjoernBuettner\Logger`.

### EagerMonologRoundRobinFileHandler

[](#eagermonologroundrobinfilehandler)

The eager monolog round robin file handler for [Monolog](https://github.com/Seldaek/monolog) writes directly to a set of files, that are randomly chosen from a list of possible files. This means, that the chance of a file being written to by multiple handlers at once gets way smaller, removing nearly all of the performance impact.

### LazyLoggerFacade

[](#lazyloggerfacade)

This is a psr-compatible implementation of a logger only dumping the messages from memory after a request finished. This completely removes the file access overhead from the user-measurable webrequest speed.

### LazyMonologHandlerFacade

[](#lazymonologhandlerfacade)

The lazy monolog handler facade is an implementation of a [Monolog](https://github.com/Seldaek/monolog) handler only dumping the messages from memory after a request finished. This completely removes all remote access overhead from the user-measurable webrequest speed.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

1066d ago

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/37344896?v=4)[Jonas](/maintainers/JEM94)[@JEM94](https://github.com/JEM94)

---

Top Contributors

[![Idrinth](https://avatars.githubusercontent.com/u/7874631?v=4)](https://github.com/Idrinth "Idrinth (2 commits)")

---

Tags

lazyloggingperformanceround-robinlogphpperformanceloggerlazy

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bjoern-buettner-logger/health.svg)

```
[![Health](https://phpackages.com/badges/bjoern-buettner-logger/health.svg)](https://phpackages.com/packages/bjoern-buettner-logger)
```

###  Alternatives

[sentry/sentry

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

1.9k247.1M334](/packages/sentry-sentry)[justbetter/magento2-sentry

Magento 2 Logger for Sentry

1861.6M3](/packages/justbetter-magento2-sentry)[pagemachine/typo3-formlog

Form log for TYPO3

23238.6k8](/packages/pagemachine-typo3-formlog)[opengento/module-webapi-logger

This module allows you to analyze all the webapi rest done call toward your Magento.

1118.1k](/packages/opengento-module-webapi-logger)

PHPackages © 2026

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