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

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

aminin/airbrake-bundle
======================

Airbrake API v3 integration for Symfony 3/4/5

v0.6.0(4y ago)873.5k↓26.1%9[1 issues](https://github.com/aminin/airbrake-bundle/issues)[1 PRs](https://github.com/aminin/airbrake-bundle/pulls)MITPHPCI failing

Since Mar 13Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (6)Versions (13)Used By (0)

AmiAirbrakeBundle
=================

[](#amiairbrakebundle)

[![Build Status](https://camo.githubusercontent.com/6aaf75f464ec5161968816f0d10a535531746d1f1f0a01cd37797866a0849379/68747470733a2f2f6170692e7472617669732d63692e6f72672f616d696e696e2f6169726272616b652d62756e646c652e737667)](https://travis-ci.org/aminin/airbrake-bundle)[![Coding Style](https://camo.githubusercontent.com/c11539760ac8dcbf125a79c1e05fd06b627541068ea98be6488134a5906dc40f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70687063732d5053522d2d322d627269676874677265656e2e737667)](http://www.php-fig.org/psr/psr-2/)[![Latest Stable Version](https://camo.githubusercontent.com/8991a5a49f4da35e8b91c1b1871ef1f8a974a4fddd575751198a052901d48d08/68747470733a2f2f706f7365722e707567782e6f72672f616d696e696e2f6169726272616b652d62756e646c652f762f737461626c65)](https://packagist.org/packages/aminin/airbrake-bundle)[![Total Downloads](https://camo.githubusercontent.com/cec43b092ac52ae7b9678203485a0743dfb3e500baa78fa82cf7880dc1d36cd4/68747470733a2f2f706f7365722e707567782e6f72672f616d696e696e2f6169726272616b652d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/aminin/airbrake-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/2960ffb6475b09e264307d9985b43e0f5f695aa95554c92c92a98eb10ad2b0b2/68747470733a2f2f706f7365722e707567782e6f72672f616d696e696e2f6169726272616b652d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/aminin/airbrake-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/6bed5a6f5368f19d800c9a1df70e10b7eda553972926279c27a157e110ba0306/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65346638313764302d336534372d346239622d616661312d3132386562313137383734392f6d696e692e706e67)](https://insight.sensiolabs.com/projects/e4f817d0-3e47-4b9b-afa1-128eb1178749)[![License](https://camo.githubusercontent.com/6ac2abab50124e860232d4e5bac6add168c6a7e883544cbda2c74f3dff19e9d9/68747470733a2f2f706f7365722e707567782e6f72672f616d696e696e2f6169726272616b652d62756e646c652f6c6963656e7365)](https://packagist.org/packages/aminin/airbrake-bundle)

[Airbrake.io](https://airbrake.io) &amp; [Errbit](https://github.com/errbit/errbit) integration for Symfony 3/4/5. This bundle plugs the [Airbrake API client](https://github.com/airbrake/phpbrake) into Symfony project.

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

[](#prerequisites)

This version of the bundle requires Symfony 3.4+ and php 7.2+

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

[](#installation)

### Step 1: Download AmiAirbrakeBundle using composer

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

Add AmiAirbrakeBundle in your composer.json:

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

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
