Download the PHP package marlonbasten/ohdear-croncheck-laravel without Composer
On this page you can find all versions of the php package marlonbasten/ohdear-croncheck-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download marlonbasten/ohdear-croncheck-laravel
More information about marlonbasten/ohdear-croncheck-laravel
Files in marlonbasten/ohdear-croncheck-laravel
Package ohdear-croncheck-laravel
Short Description Easily integrate cronjob checks from OhDear into your Laravel application.
License MIT
Homepage https://github.com/marlonbasten/ohdear-croncheck-laravel
Informations about the package ohdear-croncheck-laravel
Easily integrate cronjob monitoring from OhDear into your Laravel application.
Monitoring cronjobs with OhDear made easy! Just register your commands in a service provider.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
Register the command you want to monitor with OhDear in any service provider using the Facade.
The id
is the last part of your ping URL you get on OhDear.
That's it! Now every time the command runs, OhDear will receive a ping.
The package will also send the exit code and the runtime of the command to OhDear.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Marlon Basten
- All contributors
This package was inspired by Freek Van der Herten
License
The MIT License (MIT). Please see License File for more information.
All versions of ohdear-croncheck-laravel with dependencies
spatie/laravel-package-tools Version ^1.16.6
illuminate/contracts Version ^11.0