This package contains a Laravel Health check that monitors your Octane server. It can send you a notification when Octane server is not running.
// typically, in a service provider
use Ahtinurme\OctaneCheck;
use Spatie\Health\Facades\Health;
Health::checks([
OctaneCheck::new(),
]);
You can install the package via composer:
composer require ahtinurme/octane-health-check
composer test
Please see CHANGELOG for more information on what has changed recently.
Please review our security policy on how to report security vulnerabilities.
- Amir Sobhani - huge thanks for the initial code
- Ahti Nurme
- All Contributors
The MIT License (MIT). Please see License File for more information.