PHPackages                             csoellinger/silverstripe-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. [Framework](/categories/framework)
4. /
5. csoellinger/silverstripe-rollbar

ActiveSilverstripe-vendormodule[Framework](/categories/framework)

csoellinger/silverstripe-rollbar
================================

SilverStripe log handler for rollbar. https://rollbar.com

v2.1.0(4y ago)263BSD-3-ClausePHPPHP &gt;=7.3 &lt;8.2CI failing

Since Feb 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/CSoellinger/silverstripe-rollbar)[ Packagist](https://packagist.org/packages/csoellinger/silverstripe-rollbar)[ Docs](https://github.com/CSoellinger/silverstripe-rollbar)[ RSS](/packages/csoellinger-silverstripe-rollbar/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependencies (10)Versions (7)Used By (0)

SilverStripe Rollbar Module
===========================

[](#silverstripe-rollbar-module)

This is a very configurable module for the [Rollbar Logging Service](https://rollbar.com/). Implementing the [Rollbar PHP](https://github.com/rollbar/rollbar-php) library including the rollbar js helper for client side logging in your SilverStripe application. Easy to use by injecting the log handler, setting the api key and optionally inserting a template helper called **{RollbarJS}** for the client code.

Requirements
------------

[](#requirements)

- SilverStripe ^4.10 for latest version
- SilverStripe &lt;4.10 with version 1.x.x
- Rollbar API key

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

[](#installation)

**BE AWARE TO TAKE THE VERSION WITH YOUR REQUIREMENTS**

SilverStripe v4.10

```
composer require csoellinger/silverstripe-rollbar "^2"

```

SilverStripe v4.0 - v4.9

```
composer require csoellinger/silverstripe-rollbar "^1"

```

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

[](#configuration)

To set the API key and the log handler as logger interface you have to set this config:

```
CSoellinger\SilverStripeRollbar\Configuration\RollbarConfiguration:
  access_token: Your Access Token
CSoellinger\SilverStripeRollbar\Configuration\RollbarJsConfiguration:
  accessToken: Your Client Access Token
SilverStripe\Core\Injector\Injector:
  RollbarLogHandler:
    class: CSoellinger\SilverStripeRollbar\Log\RollbarLogHandler
  Psr\Log\LoggerInterface:
    calls:
      RollbarLogHandler: [pushHandler, ["%$RollbarLogHandler"]]
```

Documentation
-------------

[](#documentation)

- [Documentation readme](docs/en/index.md)

License
-------

[](#license)

See [License](license.md)

We have included a 3-clause BSD license you can use as a default. We advocate for the BSD license as it is one of the most permissive and open licenses.

Maintainers
-----------

[](#maintainers)

- CSoellinger

Bugtracker
----------

[](#bugtracker)

Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.

If the issue does look like a new bug:

- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.

Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.

Development and contribution
----------------------------

[](#development-and-contribution)

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~5 days

Total

6

Last Release

1529d ago

Major Versions

v1.x-dev → v2.0.02022-02-24

PHP version history (4 changes)v1.0.0PHP ^7.1,&lt;8.0

v1.0.1PHP ~7.1,&lt;8.0

v2.0.0PHP ~7.3,&lt;8.0

v2.1.0PHP &gt;=7.3 &lt;8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/35fd0dd9ad0aaa18f8794b5ab6655cbffd28a7d49b9090ae3e9fd6ea9d7b9818?d=identicon)[CSoellinger](/maintainers/CSoellinger)

---

Top Contributors

[![Zerogiven](https://avatars.githubusercontent.com/u/389319?v=4)](https://github.com/Zerogiven "Zerogiven (43 commits)")

---

Tags

loggingmodulemonologmonolog-handlerrollbarrollbar-jsrollbar-phpsilverstripesilverstripe-modulephppluginframeworkloggingJSsilverstripecmsmodulerollbarmonologaddonmonolog handlersilverstripe-modulesilverstripe-vendormodulevendormoduleRollbar-PHPRollbar-JS

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/csoellinger-silverstripe-rollbar/health.svg)

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

###  Alternatives

[luyadev/luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.

8086.9k2](/packages/luyadev-luya)[pestphp/pest-plugin-type-coverage

The Type Coverage plugin for Pest PHP.

343.3M730](/packages/pestphp-pest-plugin-type-coverage)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)

PHPackages © 2026

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