PHPackages                             mouf/utils.log.psr.multi-logger - 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. mouf/utils.log.psr.multi-logger

ActiveMouf-library[Logging &amp; Monitoring](/categories/logging)

mouf/utils.log.psr.multi-logger
===============================

This package contains a PSR-3 compatible logger that wrap a set of loggers

v1.1.0(1y ago)3239.6k↓31.2%12MITPHPPHP ^8.0

Since Apr 7Pushed 1y ago11 watchersCompare

[ Source](https://github.com/thecodingmachine/utils.log.psr.multi-logger)[ Packagist](https://packagist.org/packages/mouf/utils.log.psr.multi-logger)[ Docs](https://mouf-php.com/packages/mouf/utils.log.psr.multi-logger)[ RSS](/packages/mouf-utilslogpsrmulti-logger/feed)WikiDiscussions 1.0 Synced 3d ago

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

What is this package
====================

[](#what-is-this-package)

This package contains a PSR-3 compliant composite logger class.

In practice, this class does not log anything but delegates logging to one or many PSR-3 compliant loggers. This is useful when you want to call multiple loggers at one.

Install
-------

[](#install)

```
composer require mouf/utils.log.psr.multi-logger
```

Usage
-----

[](#usage)

Simply pass an array of loggers to the multi-logger:

```
$logger1 = new MyLogger();
$logger2 = new AnotherLogger();

$multiLogger = new Mouf\Utils\Log\Psr\MultiLogger([ $logger1, $logger2 ]);
```

You can also add loggers using the `addLogger` method:

```
$logger1 = new MyLogger();
$logger2 = new AnotherLogger();

$multiLogger = new Mouf\Utils\Log\Psr\MultiLogger();
$multiLogger->addLogger($logger1);
$multiLogger->addLogger($logger2);
```

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~1515 days

Total

3

Last Release

709d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.0

1.0.x-devPHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1104771?v=4)[mouf](/maintainers/mouf)[@Mouf](https://github.com/Mouf)

---

Top Contributors

[![nguyenk](https://avatars.githubusercontent.com/u/2227554?v=4)](https://github.com/nguyenk "nguyenk (3 commits)")[![moufmouf](https://avatars.githubusercontent.com/u/1290952?v=4)](https://github.com/moufmouf "moufmouf (2 commits)")[![homersimpsons](https://avatars.githubusercontent.com/u/16977446?v=4)](https://github.com/homersimpsons "homersimpsons (1 commits)")

---

Tags

logloggererror\_log

### Embed Badge

![Health badge](/badges/mouf-utilslogpsrmulti-logger/health.svg)

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

###  Alternatives

[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k247.1M335](/packages/sentry-sentry)[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3511.6M24](/packages/analog-analog)[inpsyde/wonolog

Monolog-based logging package for WordPress.

184637.3k7](/packages/inpsyde-wonolog)[pagemachine/typo3-formlog

Form log for TYPO3

23238.6k8](/packages/pagemachine-typo3-formlog)[amphp/log

Non-blocking logging for PHP based on Amp, Revolt, and Monolog.

402.9M82](/packages/amphp-log)[apix/log

Minimalist, thin and fast PSR-3 compliant (multi-bucket) logger.

521.1M20](/packages/apix-log)

PHPackages © 2026

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