PHPackages                             ftrrtf/rollbar-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. ftrrtf/rollbar-bundle

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

ftrrtf/rollbar-bundle
=====================

Symfony2 Bundle for rollbar.com

v1.2.0(8y ago)13183.6k↓50%16[3 issues](https://github.com/ftrrtf/FtrrtfRollbarBundle/issues)MITPHPPHP &gt;=5.5.9CI failing

Since Jul 23Pushed 8y ago6 watchersCompare

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

READMEChangelog (10)Dependencies (8)Versions (33)Used By (0)

FtrrtfRollbarBundle
===================

[](#ftrrtfrollbarbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/8ae98a8cc2228f6c9537464e795f0db36f716045682947bcd42ee8e3b3bfd278/68747470733a2f2f706f7365722e707567782e6f72672f6674727274662f726f6c6c6261722d62756e646c652f762f737461626c65)](https://packagist.org/packages/ftrrtf/rollbar-bundle) [![Total Downloads](https://camo.githubusercontent.com/5dd024271afeae27e2b196085381a521b0e5296611ef08649d3831037340d972/68747470733a2f2f706f7365722e707567782e6f72672f6674727274662f726f6c6c6261722d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/ftrrtf/rollbar-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/8a4284f512f15a6fa1407b16cba1c40b840972efb5027cac439b95099cb82d7e/68747470733a2f2f706f7365722e707567782e6f72672f6674727274662f726f6c6c6261722d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/ftrrtf/rollbar-bundle) [![License](https://camo.githubusercontent.com/3423e50d940ccb1d9cc821d8558a687d7fe4f48052374f618348dd789ac038fc/68747470733a2f2f706f7365722e707567782e6f72672f6674727274662f726f6c6c6261722d62756e646c652f6c6963656e7365)](https://packagist.org/packages/ftrrtf/rollbar-bundle)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/bf9db3d23db1c08786f96f020c9c5d4ae56a7b22ccfea3f2dfe94c32d4c3f819/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6674727274662f467472727466526f6c6c62617242756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ftrrtf/FtrrtfRollbarBundle/?branch=master)[![Build Status](https://camo.githubusercontent.com/92ab280c385e01f0a746f63a6c6f0db598250151fd032de5e2c05acc1ec9bc78/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6674727274662f467472727466526f6c6c62617242756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ftrrtf/FtrrtfRollbarBundle/build-status/master)

Symfony2 Bundle for rollbar.com

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

[](#installation)

### Requirements

[](#requirements)

This package needs: `PHP >= 5.5.9`

### Install the bundle via Composer

[](#install-the-bundle-via-composer)

#### Method 1: Auto-Update of your composer.json

[](#method-1-auto-update-of-your-composerjson)

```
php composer.phar require ftrrtf/rollbar-bundle

```

#### Method 2: Manually updating your composer.json

[](#method-2-manually-updating-your-composerjson)

```
"require" :  {
    // ...
    "ftrrtf/rollbar-bundle": "^1.0",
}

```

### Register the bundle in your application

[](#register-the-bundle-in-your-application)

Update your *AppKernel.php*:

```
