PHPackages                             adduc/memoize-apc - 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. adduc/memoize-apc

ActiveLibrary[Caching](/categories/caching)

adduc/memoize-apc
=================

Memoize functionality backed by APC cache.

061[1 PRs](https://github.com/adduc/memoize-apc/pulls)PHP

Since May 13Pushed 10y ago1 watchersCompare

[ Source](https://github.com/adduc/memoize-apc)[ Packagist](https://packagist.org/packages/adduc/memoize-apc)[ RSS](/packages/adduc-memoize-apc/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

adduc\\memoize-apc
==================

[](#adducmemoize-apc)

This library provides the ability to wrap a call to a function with caching functionality backed by Apc. It builds on the [memoize-php](https://github.com/dominionenterprises/memoize-php)library by Dominion Enterprises.

Example
-------

[](#example)

```
$memoize = new Adduc\Memoize\Apc();

$compute = function() {
    // Perform some long operation that you want to memoize
};

$result = $memoize->memoizeCallable('myLongOperation', $compute);
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/adduc-memoize-apc/health.svg)

```
[![Health](https://phpackages.com/badges/adduc-memoize-apc/health.svg)](https://phpackages.com/packages/adduc-memoize-apc)
```

###  Alternatives

[barryvdh/laravel-httpcache

HttpCache for Laravel

513404.4k10](/packages/barryvdh-laravel-httpcache)

PHPackages © 2026

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