PHPackages                             soupmix/cache-apcu - 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. [Caching](/categories/caching)
4. /
5. soupmix/cache-apcu

Abandoned → [soupmix/cache](/?search=soupmix%2Fcache)ArchivedLibrary[Caching](/categories/caching)

soupmix/cache-apcu
==================

Framework agnostic APCu adapter for SimpleCache Interface.

1.0.1(4y ago)0310MITPHPPHP ^7.3|^8.0

Since Jun 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/soupmix/cache-apcu)[ Packagist](https://packagist.org/packages/soupmix/cache-apcu)[ Docs](https://github.com/soupmix/cache-apcu)[ RSS](/packages/soupmix-cache-apcu/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (8)Dependencies (5)Versions (9)Used By (0)

Soupmix APCu Cache Adaptor
--------------------------

[](#soupmix-apcu-cache-adaptor)

[![Code Coverage](https://camo.githubusercontent.com/fd976b5a01266fbdc1715913b9dca40826b1b6407eb987314504c47f8160c40e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736f75706d69782f63616368652d617063752f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/soupmix/cache-apcu/?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/647cd0a32337454c9e413f0022f5c58b76f3e93152a03882f83edcfd0d7eafd0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736f75706d69782f63616368652d617063752f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/soupmix/cache-apcu/?branch=master) [![Latest Stable Version](https://camo.githubusercontent.com/39b163aa49eef8ea77700cd238451bb81cb343a0928f134956672be59ca711b1/68747470733a2f2f706f7365722e707567782e6f72672f736f75706d69782f63616368652d617063752f762f737461626c65)](https://packagist.org/packages/soupmix/cache-apcu) [![Total Downloads](https://camo.githubusercontent.com/0432523b33e30e5b3739ba0b972b1074c09dca47a18412b5899f4b43161ba35f/68747470733a2f2f706f7365722e707567782e6f72672f736f75706d69782f63616368652d617063752f646f776e6c6f616473)](https://packagist.org/packages/soupmix/cache-apcu) [![Latest Unstable Version](https://camo.githubusercontent.com/54f47d628603ad3139ff4acb322fb9d31f334f930b0630d077064f4e21a676a0/68747470733a2f2f706f7365722e707567782e6f72672f736f75706d69782f63616368652d617063752f762f756e737461626c65)](https://packagist.org/packages/soupmix/cache-apcu) [![License](https://camo.githubusercontent.com/ba5ebbb9f1ff566e541b65ed38e6503b9eb8c250b8de050545a62da32fd7f5af/68747470733a2f2f706f7365722e707567782e6f72672f736f75706d69782f63616368652d617063752f6c6963656e7365)](https://packagist.org/packages/soupmix/cache-apcu) [![composer.lock](https://camo.githubusercontent.com/d437f354939d735681ae297decd68d8ec2322595d47256d699010b63c9ed4319/68747470733a2f2f706f7365722e707567782e6f72672f736f75706d69782f63616368652d617063752f636f6d706f7365726c6f636b)](https://packagist.org/packages/soupmix/cache-apcu)

### Installation

[](#installation)

It's recommended that you use [Composer](https://getcomposer.org/) to install Soupmix Cache APCu Adaptor.

```
$ composer require soupmix/cache-apcu "^1.0"
```

### Connection

[](#connection)

```
require_once '/path/to/composer/vendor/autoload.php';

$cache = new Soupmix\Cache\APCUCache();
```

### Soupmix APCu Cache API

[](#soupmix-apcu-cache-api)

[See Soupmix Cache API](https://github.com/soupmix/cache-base/blob/master/README.md)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity73

Established project with proven stability

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

Recently: every ~408 days

Total

8

Last Release

1822d ago

Major Versions

0.2.3 → 1.02021-06-26

PHP version history (2 changes)0.1PHP &gt;=5.6

1.0PHP ^7.3|^8.0

### Community

Maintainers

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

---

Top Contributors

[![mkorkmaz](https://avatars.githubusercontent.com/u/585601?v=4)](https://github.com/mkorkmaz "mkorkmaz (39 commits)")

---

Tags

cacheapcuadapterssimplecache

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/soupmix-cache-apcu/health.svg)

```
[![Health](https://phpackages.com/badges/soupmix-cache-apcu/health.svg)](https://phpackages.com/packages/soupmix-cache-apcu)
```

###  Alternatives

[gordalina/cachetool

Manage your OPcache &amp; APCu cache through the CLI

1.8k3.8M5](/packages/gordalina-cachetool)[sabre/cache

Simple cache abstraction layer implementing PSR-16

551.3M4](/packages/sabre-cache)[laminas/laminas-cache

Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output

1067.2M145](/packages/laminas-laminas-cache)[cache/apcu-adapter

A PSR-6 cache implementation using apcu. This implementation supports tags

173.1M23](/packages/cache-apcu-adapter)[voku/simple-cache

Simple Cache library

322.6M9](/packages/voku-simple-cache)[graham-campbell/bounded-cache

A Bounded TTL PSR-16 Cache Implementation

112.1M10](/packages/graham-campbell-bounded-cache)

PHPackages © 2026

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