PHPackages                             core23/monolog-filters - 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. core23/monolog-filters

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

core23/monolog-filters
======================

Advanced filters for monolog.

0.3.0(7y ago)0837MITPHPPHP ^7.2

Since Jan 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/core23/monolog-filters)[ Packagist](https://packagist.org/packages/core23/monolog-filters)[ Docs](https://core23.de)[ RSS](/packages/core23-monolog-filters/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (10)Versions (5)Used By (0)

DEPRECATED
==========

[](#deprecated)

This library is deprecated, use [exclude\_http\_codes](https://www.symfony-news.com/news/details/new-in-symfony-4-1-ignore-specific-http-codes-from-logs) option or [HttpCodeActivationStrategy](https://github.com/symfony/monolog-bridge/blob/4.1/Handler/FingersCrossed/HttpCodeActivationStrategy.php) class instead.

Monolog filters
===============

[](#monolog-filters)

This library adds more filters to [Monolog](https://github.com/Seldaek/monolog).

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

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this library:

```
composer require core23/monolog-filters

```

Symfony usage
-------------

[](#symfony-usage)

If you want to use this library inside symfony, you can use a bridge.

### Enable the Bundle

[](#enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in `bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
   Core23\MonologFilters\Bridge\Symfony\Bundle\Core23MonologFiltersBundle::class => ['all' => true],
];
```

License
-------

[](#license)

This library is under the [MIT license](LICENSE.md).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~119 days

Total

4

Last Release

2738d ago

PHP version history (2 changes)0.1.0PHP ^7.1

0.3.0PHP ^7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3440437?v=4)[Christian Gripp](/maintainers/core23)[@core23](https://github.com/core23)

---

Top Contributors

[![core23](https://avatars.githubusercontent.com/u/3440437?v=4)](https://github.com/core23 "core23 (92 commits)")

---

Tags

filtermonologmonolog-filterssymfonybundlefiltermonolog

### Embed Badge

![Health badge](/badges/core23-monolog-filters/health.svg)

```
[![Health](https://phpackages.com/badges/core23-monolog-filters/health.svg)](https://phpackages.com/packages/core23-monolog-filters)
```

PHPackages © 2026

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