PHPackages                             residit/nette-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. residit/nette-logger

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

residit/nette-logger
====================

Custom Nette logger library

v1.9.3(1y ago)1730↓33.3%1MITPHPPHP &gt;=7.1

Since Aug 14Pushed 1y ago2 watchersCompare

[ Source](https://github.com/residit/nette-logger)[ Packagist](https://packagist.org/packages/residit/nette-logger)[ Docs](https://github.com/residit/nette-logger)[ RSS](/packages/residit-nette-logger/feed)WikiDiscussions master Synced 1mo ago

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

Nette Logger
============

[](#nette-logger)

Tracy logger extension capable of logging messages and errors to API.

*Note*: If you have debug mode enabled in your application, logger will only send `\Tracy\Debugger::log()` messages to API.

You can disable debug mode by inserting the lines below in file *app/bootstrap.php*

```
$configurator->setDebugMode(false);
```

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

[](#installation)

Install package via Composer:

```
composer require residit/nette-logger

```

Configuration
-------------

[](#configuration)

Enable and configure the extension in Nette config file:

```
extensions:
	# ...
	netteLogger: Residit\NetteLogger\DI\NetteLoggerExtension

netteLogger:
    url: https://api-url.com/api/v1
    proxy: 192.168.0.100:1234 (optional)
    token: ae27a4b4821b13cad2a17a75d219853e
```

Usage
-----

[](#usage)

Once enabled as extension, you can continue to throw exceptions without any change. If you do not fill configuration, plugin will stay off.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance42

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~116 days

Recently: every ~57 days

Total

15

Last Release

475d ago

Major Versions

v0.75 → v1.02020-08-18

PHP version history (2 changes)v0.75PHP ^7.1

v1.7PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/f35e03088669b2133c49735b0b60425d15af84c2f0d37f1590d3c1f886cbe5fb?d=identicon)[Residit](/maintainers/Residit)

---

Top Contributors

[![janvanicek](https://avatars.githubusercontent.com/u/26391551?v=4)](https://github.com/janvanicek "janvanicek (13 commits)")[![blonboll](https://avatars.githubusercontent.com/u/619042?v=4)](https://github.com/blonboll "blonboll (8 commits)")[![residit](https://avatars.githubusercontent.com/u/29371628?v=4)](https://github.com/residit "residit (3 commits)")[![abcdefghresidit](https://avatars.githubusercontent.com/u/91725671?v=4)](https://github.com/abcdefghresidit "abcdefghresidit (2 commits)")[![MaN0fy](https://avatars.githubusercontent.com/u/44408589?v=4)](https://github.com/MaN0fy "MaN0fy (2 commits)")[![faltamartin](https://avatars.githubusercontent.com/u/85299640?v=4)](https://github.com/faltamartin "faltamartin (1 commits)")

---

Tags

netteerrorserrorlogger

### Embed Badge

![Health badge](/badges/residit-nette-logger/health.svg)

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

###  Alternatives

[kdyby/monolog

Integration of Monolog into Nette Framework

33684.0k10](/packages/kdyby-monolog)[contributte/newrelic

NewRelic PHP agent integration for Nette Framework

19822.4k](/packages/contributte-newrelic)[nette/web-project

Nette: Standard Web Project

10991.8k](/packages/nette-web-project)[tomaj/nette-api

Nette api

36261.8k4](/packages/tomaj-nette-api)

PHPackages © 2026

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