ahtinurme / octane-health-check
A Laravel Health check to monitor Octane server
Installs: 2 836
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 0
Forks: 607
Open Issues: 0
Requires
- php: ^8.1
- illuminate/contracts: ^10.0|^11.0
- laravel/octane: ^2.1
- spatie/laravel-health: ^1.23
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- larastan/larastan: ^2.0.1
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.8
- orchestra/testbench: ^8.8
- pestphp/pest: ^2.20
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- spatie/laravel-ray: ^1.26
README
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
- Amir Sobhani - huge thanks for the initial code
- Ahti Nurme
- All Contributors
License
The MIT License (MIT). Please see License File for more information.