PHPackages                             yzen.dev/laravel-opcache-facade - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. yzen.dev/laravel-opcache-facade

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

yzen.dev/laravel-opcache-facade
===============================

Laravel artisan commands for working with opcache.

0.0.2(5y ago)33.2kMITPHPPHP ^7.2

Since Dec 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/yzen-dev/laravel-opcache-facade)[ Packagist](https://packagist.org/packages/yzen.dev/laravel-opcache-facade)[ RSS](/packages/yzendev-laravel-opcache-facade/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

LaravelOpcacheFacade
====================

[](#laravelopcachefacade)

[![Packagist Version](https://camo.githubusercontent.com/af4d4b36f1a28551a133894b61374ec63b4ff0e1045cba8cf89d3dfd71e86112/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f797a656e2e6465762f6c61726176656c2d6f7063616368652d6661636164653f636f6c6f723d253233303037656336267374796c653d706c6173746963)](https://camo.githubusercontent.com/af4d4b36f1a28551a133894b61374ec63b4ff0e1045cba8cf89d3dfd71e86112/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f797a656e2e6465762f6c61726176656c2d6f7063616368652d6661636164653f636f6c6f723d253233303037656336267374796c653d706c6173746963)[![Packagist Downloads](https://camo.githubusercontent.com/556395f73d22fb65a312f0251793732ad55a7bc2fd5150881f45e3ef15cb221f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f797a656e2e6465762f6c61726176656c2d6f7063616368652d666163616465)](https://camo.githubusercontent.com/556395f73d22fb65a312f0251793732ad55a7bc2fd5150881f45e3ef15cb221f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f797a656e2e6465762f6c61726176656c2d6f7063616368652d666163616465)[![Packagist Downloads](https://camo.githubusercontent.com/fe3e7c5339d5ec17ef0fca6437ff8689dc7e796a38d8e2f1760d431c611c04a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f797a656e2e6465762f6c61726176656c2d6f7063616368652d666163616465)](https://camo.githubusercontent.com/fe3e7c5339d5ec17ef0fca6437ff8689dc7e796a38d8e2f1760d431c611c04a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f797a656e2e6465762f6c61726176656c2d6f7063616368652d666163616465)

Laravel artisan commands for working with opcache.

📜 **Installation**
------------------

[](#scroll-installation)

The package can be installed via composer:

```
composer require yzen.dev/laravel-opcache-facade

```

📜 **Usage**
-----------

[](#scroll-usage)

Resets the contents of the opcode cache:

```
php artisan opcache:clear

```

Show configuration information about the cache:

```
php artisan opcache:config

```

Get status information about the cache:

```
php artisan opcache:status

```

### Use from code

[](#use-from-code)

```
use LaravelOpcacheFacade\OpcacheFacade;

OpcacheFacade::clear();
OpcacheFacade::getConfig();
OpcacheFacade::getStatus();
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~56 days

Total

2

Last Release

1918d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ca07942b4d955ee72b1bc92220b1bc7686708d0f109ee4abf81f8fbd30732c3?d=identicon)[yzen.dev](/maintainers/yzen.dev)

---

Top Contributors

[![yzen-dev](https://avatars.githubusercontent.com/u/24630195?v=4)](https://github.com/yzen-dev "yzen-dev (2 commits)")

---

Tags

phplaravelartisanOpcache

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/yzendev-laravel-opcache-facade/health.svg)

```
[![Health](https://phpackages.com/badges/yzendev-laravel-opcache-facade/health.svg)](https://phpackages.com/packages/yzendev-laravel-opcache-facade)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)[spatie/laravel-enum

Laravel Enum support

3655.4M31](/packages/spatie-laravel-enum)[napp/xray-laravel

AWS X-Ray for Laravel applications.

61407.3k](/packages/napp-xray-laravel)[tehwave/laravel-achievements

Simple, elegant Achievements the Laravel way

7012.8k](/packages/tehwave-laravel-achievements)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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