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

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

rafalkanski/rollbar-bundle
==========================

Symfony2 Bundle for rollbar.com

v0.14(10y ago)018MITPHPPHP &gt;=5.3

Since Jul 23Pushed 10y ago2 watchersCompare

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

READMEChangelogDependencies (4)Versions (19)Used By (0)

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

[](#ftrrtfrollbarbundle)

Symfony2 Bundle for rollbar.com

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

[](#installation)

### 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": "v0.5",
}

```

### Register the bundle in your application

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

Update your *AppKernel.php*:

```
