PHPackages                             stechstudio/filament-opcache - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. stechstudio/filament-opcache

ActiveLibrary[Admin Panels](/categories/admin)

stechstudio/filament-opcache
============================

Manage OPcache from your Filament admin panel.

v2.2(3mo ago)1143.7k↑43.2%2MITPHP

Since Jan 18Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/stechstudio/filament-opcache)[ Packagist](https://packagist.org/packages/stechstudio/filament-opcache)[ RSS](/packages/stechstudio-filament-opcache/feed)WikiDiscussions main Synced yesterday

READMEChangelog (6)Dependencies (6)Versions (10)Used By (0)

OPcache for Filament
====================

[](#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](https://filamentphp.com/docs/4.x/styling/overview#creating-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](/screenshots/Status.png)](/screenshots/Status.png)Categorized view of all OPcache status data formatted for readability.Config Page[![Config Page](/screenshots/Config.png)](/screenshots/Config.png)Widgets[![Widgets](/screenshots/Widgets.png)](/screenshots/Widgets.png)

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance79

Regular maintenance activity

Popularity38

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~164 days

Recently: every ~112 days

Total

8

Last Release

108d ago

Major Versions

v0.2 → v1.0.02023-10-20

v1.2 → v2.02026-01-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/315be5f111b5501a41b99a0205c9c85915335391168a0ed10316546a1a38bbd8?d=identicon)[jszobody](/maintainers/jszobody)

---

Top Contributors

[![dp88](https://avatars.githubusercontent.com/u/3003563?v=4)](https://github.com/dp88 "dp88 (24 commits)")[![haztakki](https://avatars.githubusercontent.com/u/20573863?v=4)](https://github.com/haztakki "haztakki (24 commits)")[![jszobody](https://avatars.githubusercontent.com/u/203749?v=4)](https://github.com/jszobody "jszobody (7 commits)")[![V13Axel](https://avatars.githubusercontent.com/u/2779682?v=4)](https://github.com/V13Axel "V13Axel (3 commits)")[![conorjmurphy](https://avatars.githubusercontent.com/u/15697113?v=4)](https://github.com/conorjmurphy "conorjmurphy (1 commits)")

### Embed Badge

![Health badge](/badges/stechstudio-filament-opcache/health.svg)

```
[![Health](https://phpackages.com/badges/stechstudio-filament-opcache/health.svg)](https://phpackages.com/packages/stechstudio-filament-opcache)
```

###  Alternatives

[filament/spatie-laravel-settings-plugin

Filament support for `spatie/laravel-settings`.

1143.0M108](/packages/filament-spatie-laravel-settings-plugin)[pimcore/studio-backend-bundle

Pimcore Studio Backend Bundle

20203.9k22](/packages/pimcore-studio-backend-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
