vursion/laravel-opcache

laravel-opcache

Maintainers

Package info

github.com/vursion/laravel-opcache

pkg:composer/vursion/laravel-opcache

Fund package maintenance!

vursion

Statistics

Installs: 10 663

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.4.0 2026-03-17 16:01 UTC

This package is auto-updated.

Last update: 2026-03-17 16:01:45 UTC


README

Latest Version on Packagist Total Downloads

Installation

You can install the package via composer:

composer require vursion/laravel-opcache

No need to register the service provider if you're using Laravel >= 5.5. The package will automatically register itself. Once the package is installed, you can register the service provider in config/app.php in the providers array:

'providers' => [
	...
	Vursion\LaravelOPCache\OPCacheServiceProvider::class
],

Usage

Clear/Reset OPCache

php artisan opcache:reset

Changelog

Please see CHANGELOG for more information what has changed recently.

Security

If you discover any security related issues, please email jochen@celcius.be instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.