PHPackages                             redexperts/errbit-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. redexperts/errbit-bundle

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

redexperts/errbit-bundle
========================

Symfony Errbit Integration Bundle

v1.0(11y ago)63.1k3MITPHPPHP &gt;=5.3.3

Since Feb 13Pushed 11y ago6 watchersCompare

[ Source](https://github.com/Redexperts/RedexpertsErrbitBundle)[ Packagist](https://packagist.org/packages/redexperts/errbit-bundle)[ Docs](http://www.redexperts.net)[ RSS](/packages/redexperts-errbit-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Redexperts Errbit Bundle
========================

[](#redexperts-errbit-bundle)

[![Build Status](https://camo.githubusercontent.com/3017148865310afa1811c48abd93b0ae89659dff5932522ee85d4d99979f0b18/68747470733a2f2f7472617669732d63692e6f72672f526564657870657274732f5265646578706572747345727262697442756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/Redexperts/RedexpertsErrbitBundle)

This bundle integrates [errbit](https://github.com/errbit/errbit) and \[errbitPHP\] () client with Symfony 2 by kernel.exception event listener.

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

[](#installation)

Add RedexpertsErrbitBundle in your composer.json:

```
{
    "require": {
        "redexperts/errbit-bundle": "dev-master"
    }
}
```

Download the bundle by running the command:

```
$ php composer.phar update redexperts/errbit-bundle
```

Enable the bundle in the kernel:

```
