PHPackages                             ilovintit/monolog-laravel-redis-formater - 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. ilovintit/monolog-laravel-redis-formater

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

ilovintit/monolog-laravel-redis-formater
========================================

v1.1.2(6y ago)0574[1 PRs](https://github.com/ilovintit/monolog-laravel-redis-formater/pulls)MITPHP

Since Mar 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ilovintit/monolog-laravel-redis-formater)[ Packagist](https://packagist.org/packages/ilovintit/monolog-laravel-redis-formater)[ RSS](/packages/ilovintit-monolog-laravel-redis-formater/feed)WikiDiscussions master Synced 3w ago

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

monolog-laravel-redis-formater
==============================

[](#monolog-laravel-redis-formater)

laravel日志写入Redis格式器

在`bootstrap/app.php`文件里面加入以下代码

```
$app->configureMonologUsing(function ($monolog) {
    $monolog->setHandlers([(new \Monolog\Handler\RedisHandler(new \Predis\Client([
        'scheme' => 'tcp',
        'host' => env('REDIS_MONOLOG_HOST', env('REDIS_HOST', '127.0.0.1')),
        'port' => env('REDIS_MONOLOG_PORT', env('REDIS_PORT', 6379)),
        'password' => env('REDIS_MONOLOG_PASSWORD', env('REDIS_PASSWORD', null))
    ]), env('REDIS_MONOLOG_NAME', 'RedisMonolog')))->setFormatter(new \Iit\RedisMonolog\RedisFormatter())]);
});
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~218 days

Total

4

Last Release

2359d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8335898?v=4)[古俊杰](/maintainers/ilovintit)[@ilovintit](https://github.com/ilovintit)

---

Top Contributors

[![ilovintit](https://avatars.githubusercontent.com/u/8335898?v=4)](https://github.com/ilovintit "ilovintit (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")

### Embed Badge

![Health badge](/badges/ilovintit-monolog-laravel-redis-formater/health.svg)

```
[![Health](https://phpackages.com/badges/ilovintit-monolog-laravel-redis-formater/health.svg)](https://phpackages.com/packages/ilovintit-monolog-laravel-redis-formater)
```

###  Alternatives

[symfony/monolog-bridge

Provides integration for Monolog with various Symfony components

2.6k198.8M328](/packages/symfony-monolog-bridge)[unopim/unopim

UnoPim Laravel PIM

10.3k2.2k](/packages/unopim-unopim)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[lion/bundle

Lion-framework configuration and initialization package

122.3k3](/packages/lion-bundle)

PHPackages © 2026

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