PHPackages                             orisai/nette-monolog - 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. orisai/nette-monolog

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

orisai/nette-monolog
====================

Monolog logger integration for Nette

1.5.2(1y ago)534.2k↑34.4%2MPL-2.0PHPPHP 7.4 - 8.4CI passing

Since Sep 9Pushed 10mo ago2 watchersCompare

[ Source](https://github.com/orisai/nette-monolog)[ Packagist](https://packagist.org/packages/orisai/nette-monolog)[ Docs](https://github.com/orisai/nette-monolog)[ RSS](/packages/orisai-nette-monolog/feed)WikiDiscussions v1.x Synced 1mo ago

READMEChangelogDependencies (20)Versions (18)Used By (2)

 [![Orisai](https://github.com/orisai/.github/raw/main/images/repo_title.png?raw=true)](https://github.com/orisai/.github/blob/main/images/repo_title.png?raw=true)
 Nette Monolog
====================================================================================================================================================================================

[](#nette-monolog)

 [Monolog](https://github.com/Seldaek/monolog) logger integration for Nette

 📄 Check out our [documentation](docs/README.md).

 💸 If you like Orisai, please [make a donation](https://orisai.dev/sponsor). Thank you!

 [![](https://github.com/orisai/nette-monolog/actions/workflows/ci.yaml/badge.svg?branch=v1.x)](https://github.com/orisai/nette-monolog/actions?query=workflow:CI+branch:v1.x) [![](https://camo.githubusercontent.com/00068cca95940c05a4f5d968c4993d5422977c103189702178a72439d1bd2288/68747470733a2f2f62616467656e2e6e65742f636f766572616c6c732f632f6769746875622f6f72697361692f6e657474652d6d6f6e6f6c6f672f76312e783f63616368653d333030)](https://coveralls.io/github/orisai/nette-monolog?branch=v1.x) [![](https://camo.githubusercontent.com/d5def9068ffefb194d830bdf296b47a4ab92696a4b8b45edfa8e443700207181/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f7374796c653d666c61742675726c3d68747470733a2f2f62616467652d6170692e737472796b65722d6d757461746f722e696f2f6769746875622e636f6d2f6f72697361692f6e657474652d6d6f6e6f6c6f672f76312e78)](https://dashboard.stryker-mutator.io/reports/github.com/orisai/nette-monolog/v1.x) [![](https://camo.githubusercontent.com/981d1bf6122307467b80d28350ef8e3a582e728c0e155e976a4abe1b16aa51b6/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f64742f6f72697361692f6e657474652d6d6f6e6f6c6f673f63616368653d33363030)](https://packagist.org/packages/orisai/nette-monolog) [![](https://camo.githubusercontent.com/e676f4de94d5473418a42446808efcdb49b3c3a4e4a535075e529e1f3b69b461/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f6f72697361692f6e657474652d6d6f6e6f6c6f673f63616368653d33363030)](https://packagist.org/packages/orisai/nette-monolog) [![](https://camo.githubusercontent.com/40b2374865c7727b1568a7b77cc1a8068979ac265d85d659fe73b2d337b458e6/68747470733a2f2f62616467656e2e6e65742f62616467652f6c6963656e73652f4d504c2d322e302f626c75653f63616368653d33363030)](https://choosealicense.com/licenses/mpl-2.0/)

```
use Psr\Log\LoggerInterface;

final class ImportantCode
{

	private LoggerInterface $logger;

	public function __construct(LoggerInterface $logger)
	{
		$this->logger = $logger;
	}

	public function doSomethingImportant(): void
	{
		try {
			// Dark magic

			$this->logger->info('Everything is fine!');
		} catch (WeHaveAProblemHouston $e) {
			$this->logger->critical('Dumpster fire!', [
				'exception' => $e,
			]);
		}
	}

}
```

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance48

Moderate activity, may be stable

Popularity33

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity77

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

Every ~81 days

Recently: every ~90 days

Total

18

Last Release

322d ago

PHP version history (4 changes)1.0.0PHP &gt;=7.4.0 &lt;8.2.0

1.2.4PHP &gt;=7.4.0 &lt;8.3.0

1.3.1PHP 7.4 - 8.3

1.5.1PHP 7.4 - 8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20974277?v=4)[Marek Bartoš](/maintainers/mabar)[@mabar](https://github.com/mabar)

---

Top Contributors

[![mabar](https://avatars.githubusercontent.com/u/20974277?v=4)](https://github.com/mabar "mabar (136 commits)")

---

Tags

loggerloggingmonolognettenette-frameworkorisaiphppsrpsr-3tracypsrpsr-3loggingnetteloggermonologtracyorisai

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/orisai-nette-monolog/health.svg)

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

###  Alternatives

[inpsyde/wonolog

Monolog-based logging package for WordPress.

183617.9k7](/packages/inpsyde-wonolog)[analog/analog

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

3451.5M24](/packages/analog-analog)[apix/log

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

511.0M18](/packages/apix-log)[kdyby/monolog

Integration of Monolog into Nette Framework

33684.0k10](/packages/kdyby-monolog)[logtail/monolog-logtail

Logtail handler for Monolog

233.2M3](/packages/logtail-monolog-logtail)[markrogoyski/simplelog-php

Powerful PSR-3 logging. So easy, it's simple.

2818.1k4](/packages/markrogoyski-simplelog-php)

PHPackages © 2026

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