Looking to hire Laravel developers? Try LaraJobs

laravel-health-opcache maintained by f9webltd

Description
A custom check for Spatie's Laravel Health - ensure Opcache is running and enabled
Author
Last update
2026/03/08 11:40 (dev-main)
License
Downloads
9 466

Comments
comments powered by Disqus

Opcache Custom Check for Spatie's Laravel Health

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.