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

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

eo/airbrake-bundle
==================

Airbrake.io integration for Symfony

v1.0.5(9y ago)554.3k10[2 issues](https://github.com/eymengunay/EoAirbrakeBundle/issues)1MITPHP

Since Jul 20Pushed 9y ago3 watchersCompare

[ Source](https://github.com/eymengunay/EoAirbrakeBundle)[ Packagist](https://packagist.org/packages/eo/airbrake-bundle)[ RSS](/packages/eo-airbrake-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (1)

EoAirbrakeBundle
================

[](#eoairbrakebundle)

[![Latest Stable Version](https://camo.githubusercontent.com/c30cb6f8775e0871668d87af3f8bb6d9259bef9a81af32e17cd9aee0527f42db/68747470733a2f2f706f7365722e707567782e6f72672f656f2f6169726272616b652d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/eo/airbrake-bundle)[![Dependencies Status](https://camo.githubusercontent.com/4ae05e229627fe5745b50407577e3107119e73cca58f5c051d17fd76b33bf4a5/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f656f3a6169726272616b652d62756e646c652f6465762d6d61737465722f62616467652e706e67)](https://www.versioneye.com/php/eo:airbrake-bundle)

[Airbrake.io](https://airbrake.io) &amp; [Errbit](https://github.com/errbit/errbit) integration for Symfony2.

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

[](#prerequisites)

This version of the bundle requires Symfony 2.1+

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

[](#installation)

### Step 1: Download EoAirbrakeBundle using composer

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

Add EoAirbrakeBundle in your composer.json:

```
{
    "require": {
        "eo/airbrake-bundle": "dev-master"
    }
}

```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update eo/airbrake-bundle

```

Composer will install the bundle to your project's vendor/eo directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
