Download the PHP package wzulfikar/check-rollbar-limit without Composer
On this page you can find all versions of the php package wzulfikar/check-rollbar-limit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wzulfikar/check-rollbar-limit
More information about wzulfikar/check-rollbar-limit
Files in wzulfikar/check-rollbar-limit
Download wzulfikar/check-rollbar-limit
More information about wzulfikar/check-rollbar-limit
Files in wzulfikar/check-rollbar-limit
Vendor wzulfikar
Package check-rollbar-limit
Short Description Naive artisan command to check rollbar limit
License
Package check-rollbar-limit
Short Description Naive artisan command to check rollbar limit
License
Please rate this library. Is it a good library?
Informations about the package 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
- 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:
All versions of check-rollbar-limit with dependencies
PHP Build Version
Package Version
The package wzulfikar/check-rollbar-limit contains the following files
Loading the files please wait ....