stechstudio/filament-opcache

Manage OPcache from your Filament admin panel.
62,574 11
Install
composer require stechstudio/filament-opcache
Latest Version:v2.2
License:MIT
Last Updated:Mar 16, 2026
Links: GitHub  ·  Packagist
Maintainer: jszobody

OPcache for Filament

This package allows you to view OPcache data from your Filament admin panel.

composer require stechstudio/filament-opcache

In your AdminPanelProvider (or other \Filament\PanelProvider), add this package to your plugins:

$panel
    ->plugins([
        \STS\FilamentOpcache\FilamentOpcachePlugin::make(),
    ])

Filament v4 requires you create a custom theme to support a package's additional Tailwind classes. Be sure to follow those instructions before continuing with this step.

In resources/css/filament/admin/theme.css, import the package's CSS:

@import '../../../../vendor/stechstudio/filament-opcache/dist/theme.css';
Status Page
Status Page
Categorized view of all OPcache status data formatted for readability.
Config Page
Config Page
Widgets
Widgets

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...

628,058,007 9,707
laravel/framework

The Laravel Framework.

576,155,700 34,907
laravel/tinker

Powerful REPL for the Laravel framework.

485,678,092 7,440