industrious/laravel-scheduler-output-to-url
A laravel package for the scheduler to post output to a url.
1,081
| Install | |
|---|---|
composer require industrious/laravel-scheduler-output-to-url |
|
| Latest Version: | v2.0 |
| PHP: | ^8.0 |
| License: | MIT |
| Last Updated: | Jul 17, 2023 |
| Links: | GitHub · Packagist |
Maintainer: industrious-mouse
Laravel Scheduler Output to Url
About this package
Laravel scheduler output to url was created for the sole purpose to have the ability to submit the scheduled command output to a designated URL I.E. https://healthchecks.io/ via HTTP request (I.E. POST/GET etc).
Example
$schedule
->command(SomeCommand::class)
->dailyAt('00:00')
->sendOutputToUrl('https://hc-ping.com/uuid-here');
Related Packages
madlab/multi-server-scheduling
This package extends Laravel's native Command Event class to add functionality t...
18,564
7
anousss007/vigilance
A driver-agnostic control center for Laravel queues, jobs, commands and the sche...
13,232
202