PHPackages                             ajouve/monolog-redis-json-handler - 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. ajouve/monolog-redis-json-handler

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

ajouve/monolog-redis-json-handler
=================================

a monolog redis handler with json output

v1.0.0(10y ago)0255MITPHPPHP &gt;=5.5.0

Since May 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ajouve/monolog-redis-json-handler)[ Packagist](https://packagist.org/packages/ajouve/monolog-redis-json-handler)[ Docs](https://github.com/ajouve/monolog-redis-json-handler)[ RSS](/packages/ajouve-monolog-redis-json-handler/feed)WikiDiscussions master Synced 4w ago

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

monolog redis json handler
==========================

[](#monolog-redis-json-handler)

Symfony configuartion
---------------------

[](#symfony-configuartion)

Service

```
redis:
    class: Predis\Client
    arguments:
        -
            scheme: tcp
            host: "%redis_host%"
            port: "%redis_port%"
            password: "%redis_password%"

monolog_redis_json_handler:
    class: MonologRedisJson\Handler
    arguments:
        - '@redis'
        - 'monolog'
        - 200
    calls:
        - [addMetaData, ['application', 'my_app']]

```

Config

```
monolog:
    handlers:
        redis:
            type: service
            id: monolog_redis_json_handler

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3702d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

jsonredismonolog

### Embed Badge

![Health badge](/badges/ajouve-monolog-redis-json-handler/health.svg)

```
[![Health](https://phpackages.com/badges/ajouve-monolog-redis-json-handler/health.svg)](https://phpackages.com/packages/ajouve-monolog-redis-json-handler)
```

###  Alternatives

[maxbanton/cwh

AWS CloudWatch Handler for Monolog library

42515.7M33](/packages/maxbanton-cwh)[naoray/laravel-github-monolog

Log driver to store logs as github issues

10822.5k](/packages/naoray-laravel-github-monolog)[jacklul/monolog-telegram

Monolog handler that sends logs through Telegram bot to any chat in HTML format

2469.4k2](/packages/jacklul-monolog-telegram)[alexandre-daubois/monolog-processor-collection

A collection of Monolog processors

1316.8k](/packages/alexandre-daubois-monolog-processor-collection)

PHPackages © 2026

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