PHPackages                             marcoazn89/monolog-ignore-strategy - 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. marcoazn89/monolog-ignore-strategy

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

marcoazn89/monolog-ignore-strategy
==================================

v1.0(10y ago)027.7k↑92.6%PHP

Since Mar 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/marcoazn89/monolog-ignore-strategy)[ Packagist](https://packagist.org/packages/marcoazn89/monolog-ignore-strategy)[ RSS](/packages/marcoazn89-monolog-ignore-strategy/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

monolog-ignore-strategy
=======================

[](#monolog-ignore-strategy)

A monolog activation strategy that ignores log levels within a range

```
$logger = new \Monolog\Logger('Test');

$handler = new \Monolog\Handler\StreamHandler(
  'my.log',
  100
);

// Trigger logging from DEBUG or higuer but not ALERT
$logger->pushHandler(new \Monolog\Handler\FingersCrossedHandler(
  $handler,
  new Marcoazn89\IgnoreStrategy(\Monolog\Logger::DEBUG, [\Monolog\Logger::ERROR, \Monolog\Logger::ALERT])
));
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3763d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b79592619d05638f7b2d2518c3cb87b377aa6afe0a6abc1267533522ac1ddf1?d=identicon)[marcoazn89](/maintainers/marcoazn89)

---

Top Contributors

[![marcoazn89](https://avatars.githubusercontent.com/u/5152559?v=4)](https://github.com/marcoazn89 "marcoazn89 (12 commits)")

### Embed Badge

![Health badge](/badges/marcoazn89-monolog-ignore-strategy/health.svg)

```
[![Health](https://phpackages.com/badges/marcoazn89-monolog-ignore-strategy/health.svg)](https://phpackages.com/packages/marcoazn89-monolog-ignore-strategy)
```

###  Alternatives

[symfony/monolog-bridge

Provides integration for Monolog with various Symfony components

2.6k203.8M358](/packages/symfony-monolog-bridge)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[illuminate/log

The Illuminate Log package.

6225.3M624](/packages/illuminate-log)[spatie/flare-client-php

Send PHP errors to Flare

177161.5M23](/packages/spatie-flare-client-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[grkamil/laravel-telegram-logging

Send logs to Telegram chat via Telegram bot

163509.2k](/packages/grkamil-laravel-telegram-logging)

PHPackages © 2026

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