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

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

tomaj/nette-errbit
==================

Nette Errbit logger library

3.0.2(10y ago)042.2k2MITPHPPHP &gt;= 5.3.7

Since Feb 4Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (9)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).

[![Build Status](https://camo.githubusercontent.com/22007efd70416eb9391f5e545a7de7ca0f636e523762a3cf2eab0e7de1650c16/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f746f6d616a2f6e657474652d6572726269742e706e67)](http://travis-ci.org/tomaj/nette-errbit)[![Code Climate](https://camo.githubusercontent.com/85048f185d7758f48aba8adfc5d78af4248de3dcc5f35dda5d8892505f0b0b6a/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f746f6d616a2f6e657474652d6572726269742f6261646765732f6770612e737667)](https://codeclimate.com/github/tomaj/nette-errbit)

[![Latest Stable Version](https://camo.githubusercontent.com/a65f740b89aca5167f01c2d82b0b5b1788e299edead578ff280d7923d0ba7aa5/68747470733a2f2f706f7365722e707567782e6f72672f746f6d616a2f6e657474652d6572726269742f762f737461626c652e737667)](https://packagist.org/packages/tomaj/nette-errbit)[![Latest Unstable Version](https://camo.githubusercontent.com/744250366cd91e4afff61a209564c23d74a85aecef866b5105246ccd3d2d54c4/68747470733a2f2f706f7365722e707567782e6f72672f746f6d616a2f6e657474652d6572726269742f762f756e737461626c652e737667)](https://packagist.org/packages/tomaj/nette-errbit)[![License](https://camo.githubusercontent.com/6aa543f5b7fcf4ac44248a772be03d2e01b60e105e79f231612669093aa16837/68747470733a2f2f706f7365722e707567782e6f72672f746f6d616a2f6e657474652d6572726269742f6c6963656e73652e737667)](https://packagist.org/packages/tomaj/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 tomaj/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*:

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

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

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

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 87% 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 ~72 days

Recently: every ~118 days

Total

8

Last Release

3663d 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/446736?v=4)[Tomas Majer](/maintainers/tomaj)[@tomaj](https://github.com/tomaj)

---

Top Contributors

[![tomaj](https://avatars.githubusercontent.com/u/446736?v=4)](https://github.com/tomaj "tomaj (20 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/tomaj-nette-errbit/health.svg)

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

###  Alternatives

[emgiezet/errbit-php

errbit/airbrake integration with php with psr-2

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

Integration of Monolog into Nette Framework

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

NewRelic PHP agent integration for Nette Framework

20830.8k](/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.7k](/packages/nextras-tracy-monolog-adapter)

PHPackages © 2026

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