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

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

xzxzyzyz/laravel-logging-rollbar
================================

Rollbar for Laravel Logging

v1.2.0(6y ago)010MITPHPPHP &gt;=7.2

Since Mar 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/xzxzyzyz/laravel-logging-rollbar)[ Packagist](https://packagist.org/packages/xzxzyzyz/laravel-logging-rollbar)[ RSS](/packages/xzxzyzyz-laravel-logging-rollbar/feed)WikiDiscussions master Synced 2w ago

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

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

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

This package write rollbar by laravel logger.

#### for Laravel 5.8+

[](#for-laravel-58)

Install
-------

[](#install)

Require this package with composer using the following command:

```
composer require xzxzyzyz/laravel-logging-rollbar

```

Adding the logging driver in the `config/logging.php` file:

```
    'channels' => [
        'stack' => [
            'driver'   => 'stack',
            'channels' => ['single', 'rollbar'],
        ],

        // ...

        'rollbar' => [
            'driver' => 'custom',
            'access_token' => env('LOG_ROLLBAR_TOKEN'),
            'via' => Xzxzyzyz\Laravel\Logging\Rollbar\RollbarLogger::class
        ],
    ]
```

Adding the project access token in the `.env` file:

```
LOG_ROLLBAR_TOKEN=your post_server_item token

```

Adding the dont-discover package in the `composer.json` file:

```
{
    // ...

    "extra": {
        "laravel": {
            "dont-discover": [
                "rollbar/rollbar-laravels"
            ]
        }
    }

    // ...
}
```

And composer autoload:

```
composer dump-autoload

```

If this is not invalidated, the log may be registered in duplicate.

LICENSE
-------

[](#license)

MIT

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Every ~359 days

Total

3

Last Release

2309d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.1.3

v1.2.0PHP &gt;=7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5880474?v=4)[xzxzyzyz](/maintainers/xzxzyzyz)[@xzxzyzyz](https://github.com/xzxzyzyz)

---

Top Contributors

[![xzxzyzyz](https://avatars.githubusercontent.com/u/5880474?v=4)](https://github.com/xzxzyzyz "xzxzyzyz (3 commits)")

---

Tags

laravelphprollbarloglaravelrollbar

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k127.1M194](/packages/sentry-sentry-laravel)[illuminate/log

The Illuminate Log package.

6225.3M612](/packages/illuminate-log)[mateusjunges/laravel-kafka

A kafka driver for laravel

7253.6M21](/packages/mateusjunges-laravel-kafka)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299582.7k1](/packages/larabug-larabug)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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