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

This package is auto-updated.

Last update: 2024-11-30 14:36:17 UTC


README

Latest Version on Packagist Total Downloads

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.