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 5d 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 43% 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

2264d ago

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

v1.2.0PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/92c21b559b926a5727a1a39ada90d00d9d0e7fa8c26e0d87d680d86b62f76e40?d=identicon)[xzxzyzyz](/maintainers/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

[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[larabug/larabug

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

299549.3k1](/packages/larabug-larabug)[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)

PHPackages © 2026

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