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

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

rollbug/rollbar-php
===================

Monitors errors and exceptions and reports them to Rollbar

v1.7.0(7y ago)05MITPHP

Since Dec 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/rollbug/rollbar-php)[ Packagist](https://packagist.org/packages/rollbug/rollbar-php)[ Docs](http://github.com/rollbug/rollbar-php)[ RSS](/packages/rollbug-rollbar-php/feed)WikiDiscussions master Synced 3d ago

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

Rollbar-PHP [![Build Status](https://camo.githubusercontent.com/d2a670311715b118f17e8407583fa016791bfa740a2664a9f95428c1d3b39a5a/68747470733a2f2f6170692e7472617669732d63692e6f72672f726f6c6c6261722f726f6c6c6261722d7068702e706e67)](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 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 (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Unknown

Total

1

Last Release

2717d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/91a2f592d6cff28eb5f6f6b8db5afa3e712be14cf660dce1b7ff1fb08e0c4cab?d=identicon)[ms502040](/maintainers/ms502040)

---

Top Contributors

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

---

Tags

loggingmonitoringdebuggingerrorsexceptions

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33723.7M82](/packages/rollbar-rollbar)[honeybadger-io/honeybadger-laravel

Honeybadger Laravel integration

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

Honeybadger PHP library

381.5M4](/packages/honeybadger-io-honeybadger-php)[bugsnag/bugsnag-laravel

Official Bugsnag notifier for Laravel applications.

90234.6M36](/packages/bugsnag-bugsnag-laravel)[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3451.5M24](/packages/analog-analog)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)

PHPackages © 2026

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