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

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

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

Rollbar integration for Laravel

067PHP

Since Jun 29Pushed 12y ago1 watchersCompare

[ Source](https://github.com/atijust/laravel-rollbar)[ Packagist](https://packagist.org/packages/atijust/laravel-rollbar)[ RSS](/packages/atijust-laravel-rollbar/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#rollbar-integration-for-laravel)

[![Build Status](https://camo.githubusercontent.com/8f4bfe803fc73a513247682ce523fa25c839d6b5a2b9b623bc90743973a008b3/68747470733a2f2f7472617669732d63692e6f72672f6174696a7573742f6c61726176656c2d726f6c6c6261722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/atijust/laravel-rollbar) [![Coverage Status](https://camo.githubusercontent.com/502396f12f6ff6ae3fafb4d930623a75ef6fc4886fddfc1d55f8096c9a5e1f9b/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6174696a7573742f6c61726176656c2d726f6c6c6261722e737667)](https://coveralls.io/r/atijust/laravel-rollbar?branch=master) [![Latest Stable Version](https://camo.githubusercontent.com/baee337912e00834c866d3cb4507992410bd1332ebbea1d575c30dccf20339c8/68747470733a2f2f706f7365722e707567782e6f72672f6174696a7573742f6c61726176656c2d726f6c6c6261722f762f737461626c652e737667)](https://packagist.org/packages/atijust/laravel-rollbar) [![Latest Unstable Version](https://camo.githubusercontent.com/760879b4815db67e6913e30d2fe4a621088a6794e1b74a8638ca3d2b977dd5fc/68747470733a2f2f706f7365722e707567782e6f72672f6174696a7573742f6c61726176656c2d726f6c6c6261722f762f756e737461626c652e737667)](https://packagist.org/packages/atijust/laravel-rollbar) [![License](https://camo.githubusercontent.com/fb49fc203d632e89169f064559e7d5794fdd8a13d48aefe5475ed4fcb0af4325/68747470733a2f2f706f7365722e707567782e6f72672f6174696a7573742f6c61726176656c2d726f6c6c6261722f6c6963656e73652e737667)](https://packagist.org/packages/atijust/laravel-rollbar) [![Dependency Status](https://camo.githubusercontent.com/596044b6ebb4b9998eb9004502e7df84e1ed56650b5bb92c574fa5935220e384/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3533623030383362343034616136353064643030303031322f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/53b0083b404aa650dd000012)

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

[](#installation)

Add `atijust/laravel-rollbar` to your `composer.json`:

```
{
    "require": {
        "atijust/laravel-rollbar": "dev-master"
    }
}
```

Add the service provider in `app/config/app.php`:

```
'Atijust\LaravelRollbar\LaravelRollbarServiceProvider',
```

Publish the configuration file:

```
php artisan config:publish atijust/laravel-rollbar
```

Add your rollbar access token in `app/config/packages/atijust/laravel-rollbar/config.php`:

```
'access_token' => 'your rollbar access token',
```

Usage
-----

[](#usage)

```
// to report exceptions
Log::error($exception);

// to send log-like messages
Log::info('message', ['foo' => 'bar']);
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/49307c1813cbf4efb9fa4fcec6c9bc805f49307d5be21a34319d54b5bcc9714f?d=identicon)[atijust](/maintainers/atijust)

---

Top Contributors

[![atijust](https://avatars.githubusercontent.com/u/1526990?v=4)](https://github.com/atijust "atijust (6 commits)")

### Embed Badge

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

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.4k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M275](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M340](/packages/open-telemetry-sdk)

PHPackages © 2026

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