PHPackages                             brenno-duarte/apcu-oop - 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. brenno-duarte/apcu-oop

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

brenno-duarte/apcu-oop
======================

The simplest OOP wrapper for APCu functions

1.0.1(1y ago)024↓100%1MITPHPPHP ^8.2

Since Jul 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/brenno-duarte/apcu-oop)[ Packagist](https://packagist.org/packages/brenno-duarte/apcu-oop)[ RSS](/packages/brenno-duarte-apcu-oop/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (1)

PHP OOP wrapper for APCu functions
==================================

[](#php-oop-wrapper-for-apcu-functions)

The simplest OOP wrapper for APCu functions

Installing
----------

[](#installing)

```
composer require brenno-duarte/apcu-oop
```

How to use
----------

[](#how-to-use)

Firstly, you must instantiate the `APCu` class.

```
use APCU\APCu;

$apcu = new APCu();
```

The methods available in this class are similar to those of the APCu functions.

FunctionsOOP`apcu_add()``$apcu->add()``apcu_cache_info()``$apcu->cacheInfo()``apcu_cas()``$apcu->cas()``apcu_clear_cache()``$apcu->clearCache()``apcu_dec()``$apcu->decrease()``apcu_delete()``$apcu->delete()``apcu_enabled()``$apcu->enabled()``apcu_entry()``$apcu->entry()``apcu_exists()``$apcu->exists()``apcu_fetch()``$apcu->fetch()``apcu_inc()``$apcu->increase()``apcu_key_info()``$apcu->keyInfo()``apcu_sma_info()``$apcu->smaInfo()``apcu_store()``$apcu->store()`License
=======

[](#license)

MIT

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

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

Total

2

Last Release

636d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b4643dd44cd0ca52917d341a3eb9ab4de7328ff2c2c2c227080c39f6a5606dc?d=identicon)[brenno-duarte](/maintainers/brenno-duarte)

---

Top Contributors

[![brenno-duarte](https://avatars.githubusercontent.com/u/32854266?v=4)](https://github.com/brenno-duarte "brenno-duarte (6 commits)")

### Embed Badge

![Health badge](/badges/brenno-duarte-apcu-oop/health.svg)

```
[![Health](https://phpackages.com/badges/brenno-duarte-apcu-oop/health.svg)](https://phpackages.com/packages/brenno-duarte-apcu-oop)
```

PHPackages © 2026

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