f9webltd/laravel-health-opcache

A custom check for Spatie's Laravel Health - ensure Opcache is running and enabled
24,397 4
Install
composer require f9webltd/laravel-health-opcache
Latest Version:1.0.6
PHP:^8.2
License:MIT
Last Updated:Mar 26, 2026
Links: GitHub  ·  Packagist
Maintainer: ultrono

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.

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

612,604,198 9,704
laravel/framework

The Laravel Framework.

554,918,666 34,821
laravel/tinker

Powerful REPL for the Laravel framework.

465,424,253 7,437