PHPackages                             everon/logger-redis - 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. everon/logger-redis

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

everon/logger-redis
===================

Logger plugin with Redis handler for EveronLogger

3.0.0(2y ago)02MITPHPPHP ^8.1

Since Nov 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/oliwierptak/everon-logger-redis)[ Packagist](https://packagist.org/packages/everon/logger-redis)[ RSS](/packages/everon-logger-redis/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (6)Versions (5)Used By (0)

EveronLoggerRedis
=================

[](#everonloggerredis)

[![Build and run tests](https://github.com/oliwierptak/everon-logger-redis/actions/workflows/main.yml/badge.svg)](https://github.com/oliwierptak/everon-logger-redis/actions/workflows/main.yml)

A plugin with Redis handler for [EveronLogger](https://github.com/oliwierptak/everon-logger).

Configuration
-------------

[](#configuration)

- Configurator

    `Everon\Shared\LoggerRedis\Configurator\Plugin\RedisLoggerPluginConfigurator`
- Redis Connection Configurator

    `Everon\Shared\LoggerRedis\Configurator\Plugin\RedisConnectionConfigurator`
- Default Options

    ```
    'pluginClass' => \Everon\LoggerRedis\Plugin\Redis\RedisLoggerPlugin::class,
    'pluginFactoryClass' => null,
    'logLevel' => \Monolog\Level::Debug,
    'shouldBubble' => true,
    'key' => null,
    'capSize' => 0,
    'redisConnection' => \Everon\Shared\LoggerRedis\Configurator\Plugin\RedisConnectionConfigurator,
    ```
- Default Options for `RedisConnectionConfigurator`

    ```
    'host' => null,
    'port' => 6379,
    'timeout' => 0.0,
    'password' => null,
    'persistentId' => null,
    'retryInterval' => 0,
    'readTimeout' => 0.0,
    ```
- Plugin

    `Everon\LoggerRedis\Plugin\Redis\RedisLoggerPlugin`
- Usage

    ```
    use Everon\Shared\Logger\Configurator\Plugin\LoggerConfigurator;
    use Everon\Shared\LoggerRedis\Configurator\Plugin\RedisLoggerPluginConfigurator;
    use Everon\Logger\EveronLoggerFacade;

    $redisPluginConfigurator = (new RedisLoggerPluginConfigurator())
      ->setLogLevel(\Monolog\Level::Info)
      ->setKey('foo-bar-queue');

    $redisPluginConfigurator->requireRedisConnection()
      ->setPersistentId('persistent-connection')
      ->setHost('redis.host')
      ->setReadTimeout(0.5)
      ->setRetryInterval(3)
      ->setTimeout(10);

    $configurator = (new LoggerConfigurator)
      ->setName('everon-logger-example')
      ->add($redisPluginConfigurator);

    $logger = (new EveronLoggerFacade)->buildLogger($configurator);

    $logger->info('lorem ipsum');
    ```

Requirements
------------

[](#requirements)

- PHP v8.1.x
- Monolog v3.x

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

[](#installation)

```
composer require everon/logger-redis

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~488 days

Total

3

Last Release

1011d ago

Major Versions

1.0.0 → 2.0.02021-05-19

2.0.0 → 3.0.02023-08-04

PHP version history (3 changes)1.0.0PHP ^7.4

2.0.0PHP ^8

3.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/73a4cc056d2b09189dda46d01b76e71161dd9b75a226230bed6bec8f414d1cf8?d=identicon)[oliwierptak](/maintainers/oliwierptak)

---

Top Contributors

[![oliwierptak](https://avatars.githubusercontent.com/u/495101?v=4)](https://github.com/oliwierptak "oliwierptak (19 commits)")

---

Tags

loggermonologpluginsredissemantic-versioning

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/everon-logger-redis/health.svg)

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

###  Alternatives

[betterde/logger

Elasticsearch logger handler

3230.4k](/packages/betterde-logger)

PHPackages © 2026

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