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 2mo ago

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 22% 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

3347d ago

### Community

Maintainers

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

12944.1M5.1k](/packages/illuminate-console)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[bestmomo/nice-artisan

Web interface for Laravel Artisan

215149.3k](/packages/bestmomo-nice-artisan)[statamic/cli

Statamic CLI Tool

7587.7k](/packages/statamic-cli)[mwguerra/web-terminal

A web-based terminal component for Filament/Laravel with command whitelisting and multiple connection types

251.1k](/packages/mwguerra-web-terminal)[sunaoka/laravel-facade-generator

Provide command line generation of facade layer files.

171.9k](/packages/sunaoka-laravel-facade-generator)

PHPackages © 2026

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