PHPackages                             paillechat/apcu-simple-cache - 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. paillechat/apcu-simple-cache

ActiveLibrary[Caching](/categories/caching)

paillechat/apcu-simple-cache
============================

PSR-16 apcu implementation

1.3(8y ago)8128.2k↓35%3[1 PRs](https://github.com/paillechat/apcu-simple-cache/pulls)MITPHPPHP &gt;=5.4

Since May 31Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (7)Used By (0)

Apcu simple cache
=================

[](#apcu-simple-cache)

[![Build Status](https://camo.githubusercontent.com/63ec6041ef601e9b0785f62b4ad5217876e6fea8ff906189e63a199c92f3ef5e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7061696c6c65636861742f617063752d73696d706c652d63616368652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/paillechat/apcu-simple-cache/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/e128d271b0fb4faeea865054b7d0d83b77b8fc1afe2056f619e29dffea8ba2c2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7061696c6c65636861742f617063752d73696d706c652d63616368652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/paillechat/apcu-simple-cache/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/38fc6d6ba8f7eb476311869546eeff2b781e42ef4e9b062b042aa3bdf6135ca2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7061696c6c65636861742f617063752d73696d706c652d63616368652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/paillechat/apcu-simple-cache/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/77bbe33e9913b560d1af451e7141147255b8b9cc109f0d083c4bdd244d064cb5/68747470733a2f2f706f7365722e707567782e6f72672f7061696c6c65636861742f617063752d73696d706c652d63616368652f76657273696f6e2e706e67)](https://packagist.org/packages/paillechat/apcu-simple-cache)[![Total Downloads](https://camo.githubusercontent.com/7d384a883cc46800537855ea31b23057aaa5b9b9a09c8dbed7c1ae61cde11cd6/68747470733a2f2f706f7365722e707567782e6f72672f7061696c6c65636861742f617063752d73696d706c652d63616368652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/paillechat/apcu-simple-cache)

PSR-16 Simple Cache implementation based on apcu extension.

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

[](#installation)

```
composer require paillechat/apcu-simple-cache

```

Usage
-----

[](#usage)

```
$ttl = 1;
$cache = new ApcuCache();

$cache->set('foo', 'bar', $ttl);
$foo = $cache->get('foo');
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

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

Total

6

Last Release

3189d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/874022637518ea28bc7f4f95feb5522cda0d96e1c5b8305085bae5c69598e35a?d=identicon)[paillechat](/maintainers/paillechat)

---

Top Contributors

[![paillechat](https://avatars.githubusercontent.com/u/1159368?v=4)](https://github.com/paillechat "paillechat (2 commits)")

---

Tags

cachepsr-16apcu

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laminas/laminas-cache

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

1076.9M130](/packages/laminas-laminas-cache)[sabre/cache

Simple cache abstraction layer implementing PSR-16

541.2M3](/packages/sabre-cache)[cache/simple-cache-bridge

A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.

423.1M27](/packages/cache-simple-cache-bridge)[cache/apcu-adapter

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

173.0M22](/packages/cache-apcu-adapter)[chillerlan/php-cache

A psr/simple-cache implementation. PHP 8.1+

15211.8k11](/packages/chillerlan-php-cache)[webarchitect609/bitrix-cache

Comfortable fluent interface for Bitrix cache. Anti-stampede cache protection.

2831.2k8](/packages/webarchitect609-bitrix-cache)

PHPackages © 2026

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