PHPackages                             wzulfikar/check-rollbar-limit - 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. [CLI &amp; Console](/categories/cli)
4. /
5. wzulfikar/check-rollbar-limit

ActiveLibrary[CLI &amp; Console](/categories/cli)

wzulfikar/check-rollbar-limit
=============================

Naive artisan command to check rollbar limit

0.0.1(9y ago)018PHPPHP &gt;=5.3

Since Mar 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/wzulfikar/laravel-check-rollbar-limit)[ Packagist](https://packagist.org/packages/wzulfikar/check-rollbar-limit)[ RSS](/packages/wzulfikar-check-rollbar-limit/feed)WikiDiscussions master Synced yesterday

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

Check Rollbar Limit
===================

[](#check-rollbar-limit)

Artisan command to check rollbar limit

- setup rollbar access token in `config/services.php`
- add service provider of this package in your `config/app.php`

```
'providers' => [
    // .. other providers
    Wzulfikar\CheckRollbarLimit\CheckRollbarLimitServiceProvider::class,
];
```

- run `php artisan rollbar:check-limit`

---

The command will send post request to rollbar and check if the request was rejected because of limit exceeded. And if so, event `\Wzulfikar\CheckRollbarLimit\RollbarLimitExceededEvent::class` will be triggered.

To listen to above event, you can add listener in you `EventServiceProviders.php`. Something like:

```
// app/Providers/EventServiceProvider.php
protected $listen = [
    \Wzulfikar\CheckRollbarLimit\RollbarLimitExceededEvent::class => [
        // put your listener here
    ],
];
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

3395d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7823011?v=4)[Wildan Zulfikar](/maintainers/wzulfikar)[@wzulfikar](https://github.com/wzulfikar)

### Embed Badge

![Health badge](/badges/wzulfikar-check-rollbar-limit/health.svg)

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

###  Alternatives

[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)

PHPackages © 2026

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