PHPackages                             bobagold/monolog-bubble - 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. bobagold/monolog-bubble

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

bobagold/monolog-bubble
=======================

Limit logging of similar records

1.0(11y ago)3182MITPHP

Since Nov 12Pushed 10y ago2 watchersCompare

[ Source](https://github.com/bobagold/monolog-bubble)[ Packagist](https://packagist.org/packages/bobagold/monolog-bubble)[ RSS](/packages/bobagold-monolog-bubble/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

monolog-bubble
==============

[](#monolog-bubble)

Monolog handler for limiting logging of similar records

```
use Bubble\CatchBubble;
use Bubble\MemcacheArray;
use Bubble\Monolog\BubbleHandler;

$log = new \Monolog\Logger(/*...*/);
$log->pushHandler(/*...*/); // this handler will log everything

$mailHandler = new \Monolog\Handler\NativeMailerHandler('support@example.com', 'Error report', 'noreply@example.com');
$mailHandler->setFormatter(/*...*/);

//$mailHandler will not pollute support mailbox with similar records more than once an hour
$log->pushHandler(new BubbleHandler($mailHandler, new CatchBubble('PT1H', new MemcacheArray())));
$log->pushProcessor(/*...*/);

\Monolog\ErrorHandler::register($log);

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

4197d ago

### Community

Maintainers

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

---

Top Contributors

[![bobagold](https://avatars.githubusercontent.com/u/592546?v=4)](https://github.com/bobagold "bobagold (3 commits)")[![Magomogo](https://avatars.githubusercontent.com/u/728657?v=4)](https://github.com/Magomogo "Magomogo (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bobagold-monolog-bubble/health.svg)

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

###  Alternatives

[symfony/monolog-bridge

Provides integration for Monolog with various Symfony components

2.6k189.7M257](/packages/symfony-monolog-bridge)[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33723.7M81](/packages/rollbar-rollbar)[illuminate/log

The Illuminate Log package.

6224.3M517](/packages/illuminate-log)[honeybadger-io/honeybadger-php

Honeybadger PHP library

381.5M4](/packages/honeybadger-io-honeybadger-php)[graycore/magento2-stdlogging

A Magento 2 module that changes all logging handlers to stdout

2382.6k](/packages/graycore-magento2-stdlogging)

PHPackages © 2026

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