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

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

rollbar/rollbar-laravel
=======================

Rollbar error monitoring integration for Laravel projects

v8.1.4(1mo ago)14110.4M—4.2%41[7 issues](https://github.com/rollbar/rollbar-php-laravel/issues)7MITPHPPHP ^8.1CI passing

Since Apr 27Pushed 1mo ago15 watchersCompare

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

READMEChangelog (10)Dependencies (14)Versions (59)Used By (7)

Rollbar for Laravel
===================

[](#rollbar-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/08d1a0abee231e2298802294e20d8339ce19e9bf73da87856041ba74f0eb966b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f6c6c6261722f726f6c6c6261722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rollbar/rollbar-laravel)[![Build Status](https://github.com/rollbar/rollbar-php-laravel/workflows/Rollbar-PHP-Laravel%20CI/badge.svg)](https://github.com/rollbar/rollbar-php-laravel/workflows/Rollbar-PHP-Laravel%20CI/badge.svg)[![Total Downloads](https://camo.githubusercontent.com/d6e296cf8e3add3eeb94dfe82c521bcf79f062f02517cf4b748603cfb780bd96/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f6c6c6261722f726f6c6c6261722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rollbar/rollbar-laravel)

Rollbar error monitoring integration for Laravel projects. This library adds a listener to Laravel's logging component. Laravel's session information will be sent in to Rollbar, as well as some other helpful information such as 'environment', 'server', and 'session'.

Setup Instructions
------------------

[](#setup-instructions)

1. [Sign up for a Rollbar account](https://rollbar.com/signup)
2. If you're using Laravel 5.6 and up follow [Installation](https://docs.rollbar.com/docs/laravel#section-installation) instructions in our [Laravel 5.6 and up SDK docs](https://docs.rollbar.com/docs/laravel)
3. If you're using Laravel 5.5 or lower follow [Installation](https://docs.rollbar.com/v1.0.0/docs/laravel-55) instructions in our [Laravel 5.5 and lower SDK docs](https://docs.rollbar.com/v1.0.0/docs/laravel-55)

Usage and Reference
-------------------

[](#usage-and-reference)

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

Release History &amp; Changelog
-------------------------------

[](#release-history--changelog)

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

### Laravel 5.5 and below

[](#laravel-55-and-below)

Laravel 5.6 now requires PHP &gt;= 7.1. As of `rollbar/rollbar-php-laravel:v3.0.0` and up master also supports 5.6.

We still maintain support for Laravel 5.5 and below on branch `laravel-5.5` and releases in the `2.x.x` major.

Related projects
----------------

[](#related-projects)

This project is a Laravel wrapper of Rollbar PHP: [Rollbar PHP](https://github.com/rollbar/rollbar-php)

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

A Flow-specific package is available for integrating Rollbar PHP 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`

**Note:** The test suite uses [Orchestra Testbench](https://github.com/orchestral/testbench), which resolves the Laravel version based on your installed PHP. To reproduce Laravel 13-specific failures locally you need **PHP 8.3 or higher** — PHP 8.1/8.2 will resolve to Testbench 9/10 (Laravel 11/12) and will not exercise the Laravel 13 container. The full Laravel 13 integration is verified by CI, which runs the real Laravel install against PHP 8.3+.

Docker
------

[](#docker)

Docker binaries are located in `./bin` and can be run by simply executing `bin/phpunit` for example.

- To run tests: `bin/phpunit`
- To run code sniffer: `bin/phpcs` or `bin/phpcbf`
- To run all supported versions: `bin/phpunit-versions`
- To run composer : `bin/composer install` OR `bin/composer update`

###  Health Score

72

—

ExcellentBetter than 100% of packages

Maintenance87

Actively maintained with recent releases

Popularity63

Solid adoption and visibility

Community40

Growing community involvement

Maturity86

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~94 days

Total

53

Last Release

59d ago

Major Versions

v2.4.2 → v4.0.32019-01-01

v2.4.3 → v5.0.02019-10-02

v5.0.0 → v6.0.02020-03-03

v6.0.0 → v7.0.02020-09-10

v7.2.0 → v8.0.0-RC12023-03-06

PHP version history (6 changes)v1.0.0PHP &gt;=5.3

v1.4.5PHP &gt;=5.4

v3.0.0PHP &gt;=7.0

v6.0.0PHP &gt;=7.2

v7.1.0PHP &gt;=7.2|^8.0

v8.0.0-RC1PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12275?v=4)[Brian Rue](/maintainers/brianr)[@brianr](https://github.com/brianr)

![](https://avatars.githubusercontent.com/u/73399?v=4)[Walt Jones](/maintainers/waltjones)[@waltjones](https://github.com/waltjones)

![](https://www.gravatar.com/avatar/4332d2ff93950032d78da12ba7159f719b787bcd212c2e90c84ccc2dbf1a6c48?d=identicon)[danielmorell](/maintainers/danielmorell)

![](https://avatars.githubusercontent.com/u/571099?v=4)[Zack Davis](/maintainers/octopoda)[@octopoda](https://github.com/octopoda)

---

Top Contributors

[![jenssegers](https://avatars.githubusercontent.com/u/194377?v=4)](https://github.com/jenssegers "jenssegers (77 commits)")[![ArturMoczulski](https://avatars.githubusercontent.com/u/2106631?v=4)](https://github.com/ArturMoczulski "ArturMoczulski (63 commits)")[![danielmorell](https://avatars.githubusercontent.com/u/25595393?v=4)](https://github.com/danielmorell "danielmorell (59 commits)")[![tobz-nz](https://avatars.githubusercontent.com/u/443054?v=4)](https://github.com/tobz-nz "tobz-nz (8 commits)")[![bxsx](https://avatars.githubusercontent.com/u/233652?v=4)](https://github.com/bxsx "bxsx (7 commits)")[![jonnott](https://avatars.githubusercontent.com/u/472468?v=4)](https://github.com/jonnott "jonnott (6 commits)")[![DougSisk](https://avatars.githubusercontent.com/u/70512?v=4)](https://github.com/DougSisk "DougSisk (6 commits)")[![michaelscola](https://avatars.githubusercontent.com/u/33500711?v=4)](https://github.com/michaelscola "michaelscola (5 commits)")[![TylerVigario](https://avatars.githubusercontent.com/u/1435595?v=4)](https://github.com/TylerVigario "TylerVigario (3 commits)")[![Omranic](https://avatars.githubusercontent.com/u/406705?v=4)](https://github.com/Omranic "Omranic (3 commits)")[![bastien-phi](https://avatars.githubusercontent.com/u/10199039?v=4)](https://github.com/bastien-phi "bastien-phi (3 commits)")[![throck95](https://avatars.githubusercontent.com/u/13982974?v=4)](https://github.com/throck95 "throck95 (3 commits)")[![rokob](https://avatars.githubusercontent.com/u/831355?v=4)](https://github.com/rokob "rokob (3 commits)")[![degecko](https://avatars.githubusercontent.com/u/5130992?v=4)](https://github.com/degecko "degecko (2 commits)")[![drbyte](https://avatars.githubusercontent.com/u/404472?v=4)](https://github.com/drbyte "drbyte (2 commits)")[![brianr](https://avatars.githubusercontent.com/u/12275?v=4)](https://github.com/brianr "brianr (2 commits)")[![philsturgeon](https://avatars.githubusercontent.com/u/67381?v=4)](https://github.com/philsturgeon "philsturgeon (2 commits)")[![lowerends](https://avatars.githubusercontent.com/u/6588791?v=4)](https://github.com/lowerends "lowerends (1 commits)")[![philbates35](https://avatars.githubusercontent.com/u/4882082?v=4)](https://github.com/philbates35 "philbates35 (1 commits)")[![zdavis-rollbar](https://avatars.githubusercontent.com/u/123399092?v=4)](https://github.com/zdavis-rollbar "zdavis-rollbar (1 commits)")

---

Tags

laravelloggingmonitoringerrorrollbar

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[jenssegers/rollbar

Rollbar error monitoring integration for Laravel projects

3301.1M2](/packages/jenssegers-rollbar)[jenssegers/raven

Sentry (Raven) error monitoring integration for Laravel projects

90197.2k1](/packages/jenssegers-raven)[saasscaleup/laravel-log-alarm

Laravel log Alarm help you to set up alarm when errors occur in your system and send you a notification via Slack and email

27025.0k](/packages/saasscaleup-laravel-log-alarm)

PHPackages © 2026

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