Skip to content

A custom check for Spatie's Laravel Health - ensure Opcache is running and enabled

License

Notifications You must be signed in to change notification settings

f9webltd/laravel-health-opcache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A custom check for Spatie's Laravel Health - ensure Opcache is running and enabled

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%