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

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

webchemistry/rollbar
====================

Rollbar integration for Nette framework

1.1(8y ago)24691PHPPHP &gt;= 5.5

Since Jan 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/WebChemistry/RollBar)[ Packagist](https://packagist.org/packages/webchemistry/rollbar)[ RSS](/packages/webchemistry-rollbar/feed)WikiDiscussions master Synced 3w ago

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

Rollbar for Nette
=================

[](#rollbar-for-nette)

Instalation
-----------

[](#instalation)

```
composer require webchemistry/rollbar

```

Neon:

```
extensions:
	rollbar: WebChemistry\RollBar\DI\Extension

rollbar:
	accessToken: xxx
```

First use
---------

[](#first-use)

```
class BasePresenter extends Presenter {

	/** @var WebChemistry\RollBar\RollBar @inject */
	public $rollbar;

	public function startup() {
		parent::startup();

		$this->rollbar->sendTest(); // After first use remove
	}
}
```

Config
------

[](#config)

```
rollback:
	accessToken: xxx
	logging: no
	enable: %productionMode%
	config: # For Rollback::init
		included_errno: -1
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~802 days

Total

2

Last Release

3008d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/312e788a47a251e05734378921d4596a91819b7de416fa18e77aa69e08798ea8?d=identicon)[Antik](/maintainers/Antik)

---

Top Contributors

[![lucien144](https://avatars.githubusercontent.com/u/5161085?v=4)](https://github.com/lucien144 "lucien144 (1 commits)")

---

Tags

netterollbarwebchemistry

### Embed Badge

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

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

###  Alternatives

[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.7M10](/packages/rollbar-rollbar-laravel)[jenssegers/rollbar

Rollbar error monitoring integration for Laravel projects

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

Rollbar for Yii2

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

PHPackages © 2026

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