PHPackages                             speerit/airbrake-bundle - 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. speerit/airbrake-bundle

AbandonedSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

speerit/airbrake-bundle
=======================

Airbrake API v3 integration for Symfony3 &gt;=

2.2.0(8y ago)14.0kMITPHPPHP ^7.0CI failing

Since Mar 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/runwithspeerit/airbrake-bundle)[ Packagist](https://packagist.org/packages/speerit/airbrake-bundle)[ RSS](/packages/speerit-airbrake-bundle/feed)WikiDiscussions master Synced yesterday

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

SpeeritAirbrakeBundle
=====================

[](#speeritairbrakebundle)

This is a fork of the original  bundle big thanks to its developer/s

[![SensioLabsInsight](https://camo.githubusercontent.com/7081f479ed6e982681c46b4a2a204533faebbad0256f2bdc39c322d6d741831a/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f62343738393239622d356563312d346666382d383066382d3332643539656635653735392f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/b478929b-5ec1-4ff8-80f8-32d59ef5e759)[![Build Status](https://camo.githubusercontent.com/fad4ff4ac8e3fed69eac8ffae44b12075f9cd3f6c1face2b7253f04715f643f3/68747470733a2f2f7472617669732d63692e6f72672f72756e77697468737065657269742f6169726272616b652d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/runwithspeerit/airbrake-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/115782c7c5bfb2f354beea587a3d8fe70b737e29718e0393a121a810178e3465/68747470733a2f2f706f7365722e707567782e6f72672f737065657269742f6169726272616b652d62756e646c652f762f737461626c65)](https://packagist.org/packages/speerit/airbrake-bundle)[![Total Downloads](https://camo.githubusercontent.com/75628745b2271ef8985e531c136f68e837f2b3f973f23c557e12c83841df8bf0/68747470733a2f2f706f7365722e707567782e6f72672f737065657269742f6169726272616b652d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/speerit/airbrake-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/bca3ca6ed6e4da2a1c7b873dc654fc0c183d97bccda45f3b4090f8a85b74f74a/68747470733a2f2f706f7365722e707567782e6f72672f737065657269742f6169726272616b652d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/speerit/airbrake-bundle)[![License](https://camo.githubusercontent.com/044725af81897691e633d76fda0f71b38e00757db7d2237e74816d318ee1b4e5/68747470733a2f2f706f7365722e707567782e6f72672f737065657269742f6169726272616b652d62756e646c652f6c6963656e7365)](https://packagist.org/packages/speerit/airbrake-bundle)

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony 3.0+

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

[](#installation)

### Step 1: Download SpeeritAirbrakeBundle using composer

[](#step-1-download-speeritairbrakebundle-using-composer)

Add SpeeritAirbrakeBundle in your composer.json:

```
$ composer require speerit/airbrake-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Speerit\AirbrakeBundle\SpeeritAirbrakeBundle(),
    );
}
```

### Step 3: Configure the SpeeritAirbrakeBundle

[](#step-3-configure-the-speeritairbrakebundle)

Add the following configuration to your `config.yml` file

```
# app/config/config.yml
speerit_airbrake:
    project_id:  YOUR-PROJECT-ID
    project_key: YOUR-API-KEY
```

Configuration reference
-----------------------

[](#configuration-reference)

```
speerit_airbrake:
    # This parameter is required
    # For Errbit the exact value of project_id doesn't matter
    project_id: YOUR-PROJECT-ID

    # Omit this key if you need to enable/disable the bundle temporarily
    # If not given, this bundle will ignore all exceptions and won't send any data to remote.
    project_key: YOUR-API-KEY

    # By default, it is set to api.airbrake.io.
    # A host is a web address containing a scheme ("http" or "https"), a host and a port.
    # You can omit the scheme ("https" will be assumed) and the port (80 or 443 will be assumed).
    host: http://errbit.localhost:8000

    # You might want to ignore some exceptions such as http not found, access denied etc.
    # By default this bundle ignores all HttpException instances. (includes HttpNotFoundException, AccessDeniedException)
    # To log all exceptions leave this array empty.
    ignored_exceptions: ["Symfony\Component\HttpKernel\Exception\HttpException"]
```

Usage
-----

[](#usage)

Once configured, bundle will automatically send exceptions/errors to airbrake server.

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the [Resources/meta/LICENSE](Resources/meta/LICENSE)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 74.2% 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 ~79 days

Recently: every ~49 days

Total

9

Last Release

3077d ago

Major Versions

v0.1.3 → 1.0.02017-05-24

1.0.1 → 2.0.02017-06-03

### Community

Maintainers

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

---

Top Contributors

[![bitgandtter](https://avatars.githubusercontent.com/u/1316125?v=4)](https://github.com/bitgandtter "bitgandtter (23 commits)")[![aminin](https://avatars.githubusercontent.com/u/329494?v=4)](https://github.com/aminin "aminin (8 commits)")

---

Tags

airbrakesymfonysymfony-bundlesymfony3

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/speerit-airbrake-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/speerit-airbrake-bundle/health.svg)](https://phpackages.com/packages/speerit-airbrake-bundle)
```

###  Alternatives

[liip/monitor-bundle

Liip Monitor Bundle

4728.7M16](/packages/liip-monitor-bundle)[inspector-apm/inspector-symfony

Code Execution Monitoring for Symfony applications.

2830.1k2](/packages/inspector-apm-inspector-symfony)

PHPackages © 2026

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