PHPackages                             paperman199/yii2-rollbar - 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. paperman199/yii2-rollbar

ActiveYii2-extension[Logging &amp; Monitoring](/categories/logging)

paperman199/yii2-rollbar
========================

Rollbar for Yii2

1.0.1(6mo ago)04BSD-3-ClausePHPPHP &gt;=8.0

Since Sep 21Pushed 6mo agoCompare

[ Source](https://github.com/paperman199/yii2-rollbar)[ Packagist](https://packagist.org/packages/paperman199/yii2-rollbar)[ Docs](http://github.com/baibaratsky/yii2-rollbar)[ RSS](/packages/paperman199-yii2-rollbar/feed)WikiDiscussions master Synced 1mo ago

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

Rollbar for Yii2
================

[](#rollbar-for-yii2)

Fixed version, not mine, origin here:

Basic config

```
'bootstrap' => ['rollbar'],
'components' => [
    'rollbar'            => [
           'class'            => 'baibaratsky\yii\rollbar\Rollbar',
           'accessToken'      => '********************************',
           'environment'      => 'production',
           'batched'          => false,
           'batchSize'        => 1,
           'ignoreExceptions' => [
               ['yii\web\NotFoundHttpException', 'statusCode' => [404]],
               ['yii\web\ForbiddenHttpException', 'statusCode' => [403]],
               ['yii\web\BadRequestHttpException', 'statusCode' => [400]],
           ],
           'scrubFields'      => [
               'password',
               'old_password',
               'new_password',
               'confirm_password',
               'repeat_password',
               'password_confirmation',
               'secret',
               'auth_token',
               'CSRF',
               'CC',
           ],
       ],
       'errorHandler'       => [
           'class'       => 'baibaratsky\yii\rollbar\web\ErrorHandler',
           'errorAction' => 'site/error',
       ],
       'log'                => [
           'targets'    => [
               [
                   'class'  => 'baibaratsky\yii\rollbar\log\Target',
                   'levels' => ['error'],
               ],
               [
                   'class'       => 'yii\log\FileTarget',
                   'levels'      => ['error', 'warning', 'info'],
                   'maxLogFiles' => 30,
               ],
           ],
           'traceLevel' => YII_DEBUG ? 3 : 0,
       ],
],
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance67

Regular maintenance activity

Popularity3

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60.5% 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 ~40 days

Total

2

Last Release

193d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12111331?v=4)[Arthur](/maintainers/paperman199)[@paperman199](https://github.com/paperman199)

---

Top Contributors

[![baibaratsky](https://avatars.githubusercontent.com/u/1774061?v=4)](https://github.com/baibaratsky "baibaratsky (26 commits)")[![paperman199](https://avatars.githubusercontent.com/u/12111331?v=4)](https://github.com/paperman199 "paperman199 (6 commits)")[![crystinutzaa](https://avatars.githubusercontent.com/u/45258937?v=4)](https://github.com/crystinutzaa "crystinutzaa (3 commits)")[![gelige](https://avatars.githubusercontent.com/u/9049376?v=4)](https://github.com/gelige "gelige (1 commits)")[![lgelfan](https://avatars.githubusercontent.com/u/222257?v=4)](https://github.com/lgelfan "lgelfan (1 commits)")[![niektenhoopen](https://avatars.githubusercontent.com/u/3450011?v=4)](https://github.com/niektenhoopen "niektenhoopen (1 commits)")[![rokob](https://avatars.githubusercontent.com/u/831355?v=4)](https://github.com/rokob "rokob (1 commits)")[![skjb](https://avatars.githubusercontent.com/u/998458?v=4)](https://github.com/skjb "skjb (1 commits)")[![yumgame](https://avatars.githubusercontent.com/u/90189506?v=4)](https://github.com/yumgame "yumgame (1 commits)")[![code418](https://avatars.githubusercontent.com/u/316645?v=4)](https://github.com/code418 "code418 (1 commits)")[![friek108](https://avatars.githubusercontent.com/u/8036331?v=4)](https://github.com/friek108 "friek108 (1 commits)")

---

Tags

yii2rollbar

### Embed Badge

![Health badge](/badges/paperman199-yii2-rollbar/health.svg)

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

###  Alternatives

[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[baibaratsky/yii2-rollbar

Rollbar for Yii2

35130.5k](/packages/baibaratsky-yii2-rollbar)[bedezign/yii2-audit

Yii2 Audit records and displays web/cli requests, database changes, php/js errors and associated data.

201657.4k4](/packages/bedezign-yii2-audit)[mito/yii2-sentry

Yii 2 extension for Sentry

92377.7k](/packages/mito-yii2-sentry)

PHPackages © 2026

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