ahtinurme/octane-health-check

A Laravel Health check to monitor Octane server
29,072 6
Install
composer require ahtinurme/octane-health-check
Latest Version:2.2.0
PHP:^8.1
License:MIT
Last Updated:May 10, 2026
Links: GitHub  ·  Packagist
Maintainer: ahtinurme

A Laravel Health check to monitor Octane server

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.

Related Packages

wobeto/twitter

Laravel 4 Service Provider to interact with twitter account, like return a colle...

135 1
andhikamaheva/date

A date library to help you work with dates in different languages

13 1
vlados/laravel-blade-crawler-detect

Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...

5,132 0
maystro/filament-popup-modal

A comprehensive modal dialog system for FilamentPHP with progress bars, callback...

6 1