PHPackages                             netbrick/nette-errbit - 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. netbrick/nette-errbit

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

netbrick/nette-errbit
=====================

Nette Errbit logger library

3.0.1(11y ago)0256MITPHP &gt;= 5.3.7

Since Feb 4Compare

[ Source](https://github.com/netbrick/nette-errbit)[ Packagist](https://packagist.org/packages/netbrick/nette-errbit)[ RSS](/packages/netbrick-nette-errbit/feed)WikiDiscussions Synced today

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

Nette Errbit (Airbrake) error logger
====================================

[](#nette-errbit-airbrake-error-logger)

Errbit (Airbrake) error handler for nette applications. For communication with errbit it use package [flippa/errbit-php](https://github.com/flippa/errbit-php).

[![Latest Stable Version](https://camo.githubusercontent.com/78280c1f81412033ebdbbe2b59ca2a9bbcd123542a647ed28519a15fadd48267/68747470733a2f2f706f7365722e707567782e6f72672f6e6574627269636b2f6e657474652d6572726269742f762f737461626c652e737667)](https://packagist.org/packages/netbrick/nette-errbit)[![Latest Unstable Version](https://camo.githubusercontent.com/329a7904c65073fe0a2405a4d6e3f80c6cebf5c2c3a7d07827997b3264f05c0d/68747470733a2f2f706f7365722e707567782e6f72672f6e6574627269636b2f6e657474652d6572726269742f762f756e737461626c652e737667)](https://packagist.org/packages/netbrick/nette-errbit)[![License](https://camo.githubusercontent.com/1e0213fdd6595bad479cad226a9a959458eee5cd22d125c45675531a25efc89c/68747470733a2f2f706f7365722e707567782e6f72672f6e6574627269636b2f6e657474652d6572726269742f6c6963656e73652e737667)](https://packagist.org/packages/netbrick/nette-errbit)

**Warning:** This logger isn't working well od developemnt mode in nette. Handling errors in production is fine. In development you have Tracy with all stack trace and you don't need to log this errros on errbit.

Instalation
-----------

[](#instalation)

Install package via composer:

```
composer require netbrick/nette-errbit
```

Usage
-----

[](#usage)

In Nette application add config file:

```
parameters:
	errbit:
		send_errors: true
		api_key: your-api-key
		host: errbit-host.com
		port: 80                                        # optional
		secure: false                                   # optional
		project_root: /your/project/root                # optional
		environment_name: production                    # optional
		params_filters: ['/password/', '/card_number/'] # optional
		backtrace_filters: ['#/some/long/path#']        # optional
```

All configurations are based on package [flippa/errbit-php](https://github.com/flippa/errbit-php)

In nette application you add this line to *bootstrap.php* after you create *$container*:

```
Netbrick\Errbit\ErrbitLogger::register($container->parameters['errbit']);
Netbrick\Errbit\ErrbitLogger::ignoreNotices();
Netbrick\Errbit\ErrbitLogger::addIgnoreMessage('Some exception message text');

// Default log priorities: error, exception. To rewrite call:
Netbrick\Errbit\ErrbitLogger::setLogPriorities(array('error', 'exception', 'access'));
```

**Thats it!** You should see your logs in your errbit

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 61.3% 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 ~6 days

Total

7

Last Release

4129d ago

Major Versions

1.0.2 → 2.0.02015-03-09

2.0.1 → 3.0.02015-03-11

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6040025?v=4)[NetBrick s.r.o.](/maintainers/netbrick)[@netbrick](https://github.com/netbrick)

---

Top Contributors

[![tomaj](https://avatars.githubusercontent.com/u/446736?v=4)](https://github.com/tomaj "tomaj (19 commits)")[![jaroslavgorner](https://avatars.githubusercontent.com/u/9035276?v=4)](https://github.com/jaroslavgorner "jaroslavgorner (9 commits)")[![ricco24](https://avatars.githubusercontent.com/u/1409647?v=4)](https://github.com/ricco24 "ricco24 (3 commits)")

---

Tags

netteerrorsairbrakeerrorloggererrbit

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/netbrick-nette-errbit/health.svg)

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

###  Alternatives

[emgiezet/errbit-php

errbit/airbrake integration with php with psr-2

44147.2k3](/packages/emgiezet-errbit-php)[kdyby/monolog

Integration of Monolog into Nette Framework

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

NewRelic PHP agent integration for Nette Framework

19829.4k](/packages/contributte-newrelic)[rigor789/airbrake-laravel

Laravel package for the Airbrake API, which supports Errbit

1636.5k](/packages/rigor789-airbrake-laravel)[nextras/tracy-monolog-adapter

Nextras Tracy-Monolog Adapter

1129.1k](/packages/nextras-tracy-monolog-adapter)

PHPackages © 2026

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