f9webltd / laravel-health-opcache
A custom check for Spatie's Laravel Health - ensure Opcache is running and enabled
1.0.3
2024-11-30 14:27 UTC
Requires
- php: ^8.0
- illuminate/contracts: ^10.0||^11.0
- spatie/laravel-health: ^1.30
- spatie/laravel-package-tools: ^1.16
README
This is a custom check for Spatie's Laravel Health, to ensure Opcache is running and enabled.
Installation
You can install the package via composer:
composer require f9webltd/laravel-health-opcache
Usage
// typically, in a service provider use F9Web\Health\Checks\OpCacheCheck; use Spatie\Health\Facades\Health; Health::checks([ OpCacheCheck::new(), ]);
Testing
To follow :/
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.