Download the PHP package okipa/laravel-failed-jobs-notifier without Composer
On this page you can find all versions of the php package okipa/laravel-failed-jobs-notifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-failed-jobs-notifier
Get notified when failed jobs are stuck
Get notified when some jobs are stuck in your failed_jobs
table for a number of days of your choice.
Notifications can be sent by mail, Slack and webhooks (chats often provide a webhook API).
:warning: Package abandoned => please now use https://github.com/Okipa/laravel-stuck-jobs-notifier :warning:
Compatibility
Laravel version | PHP version | Package version |
---|---|---|
^5.8 | ^7.2 | ^2.0 |
^5.5 | ^7.1 | ^1.0 |
Table of Contents
- Installation
- Configuration
- Usage
- Testing
- Changelog
- Contributing
- Credits
- Licence
Installation
-
Install the package with composer :
- Laravel 5.5+ uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
If you don't use auto-discovery or if you use a Laravel 5.4- version, add the package service provider in the register()
method from your app/Providers/AppServiceProvider.php
:
Configuration
Publish the package configuration and override the available config values :
Usage
Just add this command in the schedule()
method of your \App\Console\Kernel
class :
And you will be notified as soon as some jobs will be stuck in the failed_jobs
table for the number of days you configured.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Arthur LORENT
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-failed-jobs-notifier with dependencies
illuminate/support Version ~5.8.0||^6.0||^7.0
laravel-notification-channels/webhook Version ^2.0
laravel/slack-notification-channel Version ^2.0