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 1mo 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 49% 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

3651d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0629eeff486b09832b607c744735c2f577b64a5c31c24436cff3dd54bbabbe70?d=identicon)[ajouve](/maintainers/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.3M26](/packages/maxbanton-cwh)[phpnexus/cwh

AWS CloudWatch Handler for Monolog library

393.2M7](/packages/phpnexus-cwh)[logtail/monolog-logtail

Logtail handler for Monolog

233.2M3](/packages/logtail-monolog-logtail)[bref/monolog-bridge

Monolog formatter optimized for AWS Lambda and CloudWatch

111.2M3](/packages/bref-monolog-bridge)

PHPackages © 2026

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