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

AbandonedArchivedBundle[Logging &amp; Monitoring](/categories/logging)

satellite/rollbar-bundle
========================

Bundle for Symfony2 that reports errors to Rollbar

v1.3.1(10y ago)03MITPHP

Since Jun 28Pushed 9y ago2 watchersCompare

[ Source](https://github.com/satellitemedia/SatelliteRollbarBundle)[ Packagist](https://packagist.org/packages/satellite/rollbar-bundle)[ RSS](/packages/satellite-rollbar-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (9)Versions (17)Used By (0)

RollbarBundle
=============

[](#rollbarbundle)

[![Build Status](https://camo.githubusercontent.com/1aff2cc1d25b419c1cece504ae08a5a03ce10527c076d63f2e17c3e7a9e53928/68747470733a2f2f7472617669732d63692e6f72672f7374616666696d2f5374616666696d526f6c6c62617242756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/staffim/StaffimRollbarBundle) [![SensioLabsInsight](https://camo.githubusercontent.com/c0075c11ec397496e907879482f61ce13cb3043ad44540ce10577651f04d5918/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f66663464663037372d353037392d346233332d383735382d3138396232353166623364352f6d696e692e706e67)](https://insight.sensiolabs.com/projects/ff4df077-5079-4b33-8758-189b251fb3d5)

About
-----

[](#about)

Integrates [Rollbar](http://rollbar.com/) with your Symfony2 application.

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

[](#installation)

Require the `staffim/rollbar-bundle` package in your composer.json and update your dependencies.

```
$ composer require staffim/rollbar-bundle:*

```

Add the StaffimRollbarBundle to your application's kernel:

```
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Staffim\RollbarBundle\StaffimRollbarBundle(),
            ...
        );
        ...
    }
```

Configuration
-------------

[](#configuration)

```
staffim_rollbar:
    # Rollbar access token
    access_token: ###
    # PHP error level (see http://php.net/manual/en/function.error-reporting.php)
    error_level: -1
    # Values from scrub.parameters are replaced by the key for specified exceptions
    scrub:
        exceptions:
            - PDOException
        parameters:
            key: %key%
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 82.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~72 days

Recently: every ~65 days

Total

15

Last Release

3685d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05c21b28ddd86d76506068166467fbdf912808bc12588bedb824734cce95c9e1?d=identicon)[satellitemedia-dev](/maintainers/satellitemedia-dev)

---

Top Contributors

[![megazoll](https://avatars.githubusercontent.com/u/347306?v=4)](https://github.com/megazoll "megazoll (42 commits)")[![alemorozov](https://avatars.githubusercontent.com/u/1452075?v=4)](https://github.com/alemorozov "alemorozov (2 commits)")[![satellitemedia-dev](https://avatars.githubusercontent.com/u/17774257?v=4)](https://github.com/satellitemedia-dev "satellitemedia-dev (2 commits)")[![ggioffreda](https://avatars.githubusercontent.com/u/711059?v=4)](https://github.com/ggioffreda "ggioffreda (1 commits)")[![echosa](https://avatars.githubusercontent.com/u/133786?v=4)](https://github.com/echosa "echosa (1 commits)")[![squaresurf](https://avatars.githubusercontent.com/u/863076?v=4)](https://github.com/squaresurf "squaresurf (1 commits)")[![ShonM](https://avatars.githubusercontent.com/u/511506?v=4)](https://github.com/ShonM "ShonM (1 commits)")[![fureev](https://avatars.githubusercontent.com/u/1880288?v=4)](https://github.com/fureev "fureev (1 commits)")

---

Tags

rollbar

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/satellite-rollbar-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/satellite-rollbar-bundle/health.svg)](https://phpackages.com/packages/satellite-rollbar-bundle)
```

###  Alternatives

[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[jenssegers/rollbar

Rollbar error monitoring integration for Laravel projects

3301.1M2](/packages/jenssegers-rollbar)[baibaratsky/yii2-rollbar

Rollbar for Yii2

35130.5k](/packages/baibaratsky-yii2-rollbar)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
