PHPackages                             konekt/extended-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. konekt/extended-logger

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

konekt/extended-logger
======================

An Extended PSR-3 Compatible Logger

3.3.0(1y ago)43.5kMITPHPPHP ^8.1CI passing

Since Feb 5Pushed 1y ago2 watchersCompare

[ Source](https://github.com/artkonekt/extended-logger)[ Packagist](https://packagist.org/packages/konekt/extended-logger)[ RSS](/packages/konekt-extended-logger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (15)Used By (0)

Extended PSR Logger
===================

[](#extended-psr-logger)

[![Tests](https://camo.githubusercontent.com/486366327d7c2d77ad107944a39af444798e4305d16114ad3292e11038e0b790/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6172746b6f6e656b742f657874656e6465642d6c6f676765722f74657374732e796d6c3f6d6173746572267374796c653d666c61742d737175617265)](https://github.com/artkonekt/extended-logger/actions?query=workflow%3Atests)[![Packagist Stable Version](https://camo.githubusercontent.com/562fa88135d53389c9149805af2d16fb13b047039ec646a46c46f11a4624da50/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b6f6e656b742f657874656e6465642d6c6f676765722e7376673f7374796c653d666c61742d737175617265266c6162656c3d737461626c65)](https://packagist.org/packages/konekt/extended-logger)[![Packagist downloads](https://camo.githubusercontent.com/2099c0b37736beb8ebe6303fc392c8c6619dd5718c5cc6ba9a1e5a8adf8bbcf5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b6f6e656b742f657874656e6465642d6c6f676765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/konekt/extended-logger)[![StyleCI](https://camo.githubusercontent.com/796dc62bf2d4aec96f143069c7647117df8160455ef7aeed299e75b3a533e8a0/68747470733a2f2f7374796c6563692e696f2f7265706f732f3333363236373233312f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/336267231)[![MIT Software License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

The main purpose of this logger is to add `OK` level besides the usual `debug`, `info`, `warning`levels defined by PSR-3.

The scope of `OK` is to be able to send semantic "positive" logs to tools like Datadog in order to watch the successful execution of jobs. This can be useful for setting up log based hearbeat monitoring.

Usage
-----

[](#usage)

> **IMPORTANT**: This library requires PHP 8.1+

Refer to the [Documentation](https://konekt.dev/extended-logger/docs) for more details.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance47

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 92.1% 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 ~118 days

Total

14

Last Release

391d ago

Major Versions

1.x-dev → 2.0.02022-03-18

2.0.0 → 3.0.02022-03-18

2.0.1 → 3.0.12023-12-17

PHP version history (2 changes)1.0.0PHP ^8.0

3.2.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c398dd02c93ecf6aa344f367f5744aeb32b4c7bbc23b1b22e95336f45bf0d5a?d=identicon)[konekt](/maintainers/konekt)

---

Top Contributors

[![fulopattila122](https://avatars.githubusercontent.com/u/1162360?v=4)](https://github.com/fulopattila122 "fulopattila122 (35 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (3 commits)")

---

Tags

psrlogpsr-3konektartkonekt

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/konekt-extended-logger/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

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

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

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

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3451.5M24](/packages/analog-analog)[apix/log

Minimalist, thin and fast PSR-3 compliant (multi-bucket) logger.

511.0M18](/packages/apix-log)[inpsyde/wonolog

Monolog-based logging package for WordPress.

183617.9k7](/packages/inpsyde-wonolog)[samdark/yii2-psr-log-target

Yii 2 log target which uses PSR-3 compatible logger

841.8M10](/packages/samdark-yii2-psr-log-target)

PHPackages © 2026

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