PHPackages                             mingalevme/opcache-status-info - 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. mingalevme/opcache-status-info

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

mingalevme/opcache-status-info
==============================

PHP OPcache status information object

1.0.1(4y ago)0879MITPHPPHP &gt;=7.4

Since Jul 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mingalevme/opcache-status-info)[ Packagist](https://packagist.org/packages/mingalevme/opcache-status-info)[ RSS](/packages/mingalevme-opcache-status-info/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

PHP OPcache status information object
=====================================

[](#php-opcache-status-information-object)

The PHP `opcache_get_status`-function result wrapper.

[![codecov](https://camo.githubusercontent.com/7fc1b40eb6b1f3c18305d06a514dd781e7b3844336d3c27f8e5757c1153a45bd/68747470733a2f2f636f6465636f762e696f2f67682f6d696e67616c65766d652f6f7063616368652d7374617475732d696e666f2f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d57656d6733656f676663)](https://codecov.io/gh/mingalevme/opcache-status-info)[![quality](https://github.com/mingalevme/opcache-status-info/actions/workflows/quality.yml/badge.svg)](https://github.com/mingalevme/opcache-status-info/actions/workflows/quality.yml/badge.svg)

Installation
------------

[](#installation)

```
composer require mingalevme/opcache-status-info
```

Usage
-----

[](#usage)

```
# some bootstrap file

use Mingalevme\OpcacheStatusInfo\Fetcher as OpcacheStatusInfoFetcher;
use Mingalevme\OpcacheStatusInfo\Fetcher\OpcacheGetStatusFetcher;

$fetcher = new OpcacheGetStatusFetcher();

$someDIContainer->bind(OpcacheStatusInfoFetcher::class, function() use ($fetcher): OpcacheStatusInfoFetcher {
    return $fetcher;
});
```

```
# some app file

use Mingalevme\OpcacheStatusInfo\Fetcher;
use Mingalevme\OpcacheStatusInfo\OpcacheStatusScriptInfo;

/** @var Fetcher $fetcher */
$fetcher = $someDIContainer->get(Fetcher::class);

$opcacheStatusInfo = $fetcher->fetch();

echo $opcacheStatusInfo->isEnabled();

/** @var OpcacheStatusScriptInfo $opcacheStatusScriptInfo */
foreach ($opcacheStatusInfo->getScripts() as $opcacheStatusScriptInfo) {
    echo $opcacheStatusScriptInfo->getFullPath();
}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Total

2

Last Release

1807d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.1

1.0.1PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/b7ec129880f05c65026a684ac899ac5c6a20334d1528f361265e2f526fbbec15?d=identicon)[mingalevme](/maintainers/mingalevme)

---

Top Contributors

[![mingalevme](https://avatars.githubusercontent.com/u/1725784?v=4)](https://github.com/mingalevme "mingalevme (16 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mingalevme-opcache-status-info/health.svg)

```
[![Health](https://phpackages.com/badges/mingalevme-opcache-status-info/health.svg)](https://phpackages.com/packages/mingalevme-opcache-status-info)
```

###  Alternatives

[vedmant/laravel-feed-reader

A simple RSS feed reader for Laravel

94587.3k3](/packages/vedmant-laravel-feed-reader)

PHPackages © 2026

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