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

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

chbakouras/rollbar
==================

Monitors errors and exceptions and reports them to Rollbar

v3.1.3(4y ago)05MITPHPPHP &gt;=8.0.0 &lt;9.0

Since Jan 22Pushed 4y agoCompare

[ Source](https://github.com/chbakouras/rollbar-php)[ Packagist](https://packagist.org/packages/chbakouras/rollbar)[ Docs](https://github.com/rollbar/rollbar-php)[ RSS](/packages/chbakouras-rollbar/feed)WikiDiscussions release Synced 4d ago

READMEChangelog (2)Dependencies (7)Versions (80)Used By (0)

Rollbar-PHP [![Build Status](https://camo.githubusercontent.com/ec48f2425173d252579f790198555a7aecf6046ef911f8ea7f650a242c12968c/68747470733a2f2f7472617669732d63692e6f72672f726f6c6c6261722f726f6c6c6261722d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/rollbar/rollbar-php)
====================================================================================================================================================================================================================================================================================================

[](#rollbar-php-)

This library detects errors and exceptions in your application and reports them to [Rollbar](https://rollbar.com) for alerts, reporting, and analysis.

Supported PHP versions: 5.3, 5.4, 5.5, 5.6, 7, 7.1, 7.2, 7.3, 7.4 Supported HHVM versions: 3.6, 3.18, 3.21, 3.24, 3.27

Setup Instructions
==================

[](#setup-instructions)

1. [Sign up for a Rollbar account](https://rollbar.com/signup)
2. Follow the [Quick Start](https://docs.rollbar.com/v1.0.0/docs/php#section-quick-start) instructions in our [PHP SDK docs](https://docs.rollbar.com/docs/php) to install rollbar-php and configure it for your platform.

Usage and Reference
===================

[](#usage-and-reference)

For complete usage instructions and configuration reference, see our [PHP SDK docs](https://docs.rollbar.com/docs/php).

Release History &amp; Changelog
===============================

[](#release-history--changelog)

See our [Releases](https://github.com/rollbar/rollbar-php/releases) page for a list of all releases, including changes.

Related projects
================

[](#related-projects)

A range of examples of using Rollbar PHP is available here: [Rollbar PHP Examples](https://github.com/rollbar/rollbar-php-examples).

A Wordpress Plugin is available through Wordpress Admin Panel or through Wordpress Plugin directory: [Rollbar Wordpress](https://wordpress.org/plugins/rollbar/)

A Laravel-specific package is available for integrating with Laravel: [Rollbar Laravel](https://github.com/rollbar/rollbar-php-laravel)

A CakePHP-specific package is avaliable for integrating with CakePHP 2.x: [CakeRollbar](https://github.com/tranfuga25s/CakeRollbar)

A Flow-specific package is available for integrating with Neos Flow: [m12/flow-rollbar](https://packagist.org/packages/m12/flow-rollbar)

Yii package: [baibaratsky/yii-rollbar](https://github.com/baibaratsky/yii-rollbar)

Yii2 package: [baibaratsky/yii2-rollbar](https://github.com/baibaratsky/yii2-rollbar)

Help / Support
==============

[](#help--support)

If you run into any issues, please email us at

For bug reports, please [open an issue on GitHub](https://github.com/rollbar/rollbar-php/issues/new).

Contributing
============

[](#contributing)

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (See Conventional Commits below)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

### Conventional Commits

[](#conventional-commits)

This repository follows the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/) guidelines. Commit messages should include a prefix describing the commit before the short description. Recognized prefixes include: feat, fix, doc, style, refactor, perf, test, build, chore, revert. Breaking changes should include 'BREAKING CHANGE'.

Example:

```
git commit -m 'feat(bars): add foo support for all bars

fix #123
BREAKING CHANGE: bars supporting foo break bars supporting qwerty'

```

Optionally, you can use commitizen to format your commit messages.

```
npm install -g commitizen
npm install -g cz-conventional-changelog
echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc

```

And then commit using `git cz`. You'll be prompted for information describing your commit.

Testing
=======

[](#testing)

Tests are in `tests`. To run the tests: `composer test`To fix code style issues: `composer fix`

Tagging
=======

[](#tagging)

1. `ROLLBAR_PHP_TAG=[version number]`
2. `git checkout master`
3. Update version numbers in `src/Payload/Notifier.php` and `tests/NotifierTest.php`.
4. `git add .`
5. `git commit -m"Bump version numbers"`.
6. `git push origin master`
7. `git tag v$ROLLBAR_PHP_TAG`
8. `git push --tags`

License
=======

[](#license)

Rollbar-PHP is free software released under the MIT License. See [LICENSE.txt](LICENSE.txt) for details.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity96

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 61.3% 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 ~45 days

Recently: every ~32 days

Total

78

Last Release

1471d ago

Major Versions

v0.18.2 → v1.0.0-beta2016-08-22

v1.8.1 → v2.0.02019-10-02

v2.1.0 → v3.0.0-RC12021-02-19

PHP version history (2 changes)v3.0.0-RC1PHP &gt;=8.0.0 &lt;9.0

v2.2.0PHP &gt;=7.0.0 &lt;8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/a7d957f81cb515bb5444684e0f771a76ba1d0decb467c626b49c21137fdb5133?d=identicon)[chbakouras](/maintainers/chbakouras)

---

Top Contributors

[![ArturMoczulski](https://avatars.githubusercontent.com/u/2106631?v=4)](https://github.com/ArturMoczulski "ArturMoczulski (680 commits)")[![rokob](https://avatars.githubusercontent.com/u/831355?v=4)](https://github.com/rokob "rokob (154 commits)")[![brianr](https://avatars.githubusercontent.com/u/12275?v=4)](https://github.com/brianr "brianr (80 commits)")[![Crisfole](https://avatars.githubusercontent.com/u/413237?v=4)](https://github.com/Crisfole "Crisfole (62 commits)")[![sbezboro](https://avatars.githubusercontent.com/u/1294576?v=4)](https://github.com/sbezboro "sbezboro (18 commits)")[![icsahn-rollbar](https://avatars.githubusercontent.com/u/63812685?v=4)](https://github.com/icsahn-rollbar "icsahn-rollbar (18 commits)")[![coryvirok](https://avatars.githubusercontent.com/u/769323?v=4)](https://github.com/coryvirok "coryvirok (16 commits)")[![MichaelMackus](https://avatars.githubusercontent.com/u/737162?v=4)](https://github.com/MichaelMackus "MichaelMackus (8 commits)")[![mrunalk](https://avatars.githubusercontent.com/u/1277166?v=4)](https://github.com/mrunalk "mrunalk (7 commits)")[![rfink](https://avatars.githubusercontent.com/u/108414?v=4)](https://github.com/rfink "rfink (7 commits)")[![vilius-g](https://avatars.githubusercontent.com/u/6215641?v=4)](https://github.com/vilius-g "vilius-g (6 commits)")[![nekofar](https://avatars.githubusercontent.com/u/147401?v=4)](https://github.com/nekofar "nekofar (6 commits)")[![bradacjan](https://avatars.githubusercontent.com/u/9573905?v=4)](https://github.com/bradacjan "bradacjan (5 commits)")[![jasny](https://avatars.githubusercontent.com/u/100821?v=4)](https://github.com/jasny "jasny (5 commits)")[![jlesueur](https://avatars.githubusercontent.com/u/944916?v=4)](https://github.com/jlesueur "jlesueur (4 commits)")[![JohnKendhammer](https://avatars.githubusercontent.com/u/44068000?v=4)](https://github.com/JohnKendhammer "JohnKendhammer (4 commits)")[![strongwazz](https://avatars.githubusercontent.com/u/911315?v=4)](https://github.com/strongwazz "strongwazz (4 commits)")[![chbakouras](https://avatars.githubusercontent.com/u/9432246?v=4)](https://github.com/chbakouras "chbakouras (3 commits)")[![jessewgibbs](https://avatars.githubusercontent.com/u/1097447?v=4)](https://github.com/jessewgibbs "jessewgibbs (3 commits)")[![flachesis](https://avatars.githubusercontent.com/u/748836?v=4)](https://github.com/flachesis "flachesis (2 commits)")

---

Tags

loggingmonitoringdebuggingerrorsexceptions

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33725.2M91](/packages/rollbar-rollbar)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[illuminate/log

The Illuminate Log package.

6225.7M690](/packages/illuminate-log)[honeybadger-io/honeybadger-laravel

Honeybadger Laravel integration

431.4M](/packages/honeybadger-io-honeybadger-laravel)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

86337.5k](/packages/flow-php-flow)

PHPackages © 2026

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