ahtinurme/octane-health-check

A Laravel Health check to monitor Octane server

1.1.0 2024-03-22 07:22 UTC

This package is auto-updated.

Last update: 2024-04-22 07:29:38 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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(),
]);

Installation

You can install the package via composer:

composer require ahtinurme/octane-health-check

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.