PHPackages                             arc/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. arc/cache

ActiveLibrary[Caching](/categories/caching)

arc/cache
=========

Ariadne Component Library: Cache Component

3.0(6y ago)14123[1 issues](https://github.com/Ariadne-CMS/arc-cache/issues)1MITPHPPHP &gt;=7.1

Since Jun 21Pushed 5y ago3 watchersCompare

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

READMEChangelog (5)Dependencies (2)Versions (10)Used By (1)

ARC: Ariadne Component Library
==============================

[](#arc-ariadne-component-library)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/b1b9440ad0c7bc30bcb87057cf4fa56ab2432c545e2269dc84623046005a5dba/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f41726961646e652d434d532f6172632d63616368652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Ariadne-CMS/arc-cache/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/b88417a91442f6ed68984fd67263c82cf9de2bedf716e617b3d96e73cd1e84ef/68747470733a2f2f706f7365722e707567782e6f72672f6172632f63616368652f762f737461626c652e737667)](https://packagist.org/packages/arc/cache)[![Total Downloads](https://camo.githubusercontent.com/af8b07ce2fbfeccb4c6e4aaab9e727afa809f753432110fd7848b4b8883f2756/68747470733a2f2f706f7365722e707567782e6f72672f6172632f63616368652f646f776e6c6f6164732e737667)](https://packagist.org/packages/arc/cache)[![Latest Unstable Version](https://camo.githubusercontent.com/25740b006687dfb30515fc1d4252b989a2834a93c756fb9ce5c46c6a08c76cc8/68747470733a2f2f706f7365722e707567782e6f72672f6172632f63616368652f762f756e737461626c652e737667)](https://packagist.org/packages/arc/cache)[![License](https://camo.githubusercontent.com/dfd13d61dc92a969f27e8be10a3ca9fb2342716a3c0980462ec7b6dc0b338e65/68747470733a2f2f706f7365722e707567782e6f72672f6172632f63616368652f6c6963656e73652e737667)](https://packagist.org/packages/arc/cache)

A flexible component library for PHP
------------------------------------

[](#a-flexible-component-library-for-php)

The Ariadne Component Library is a spinoff from the Ariadne Web Application Framework and Content Management System \[  \]

arc/cache contains
------------------

[](#arccache-contains)

- cache: a generic cache class and caching proxy object. See [docs/cache.md](docs/cache.md) for more information.

Example code:

```
    $cachedObject = \arc\cache::proxy( new heavyClass() );
    $result = $cachedObject->aHeavyCall();
```

Or a caching http client, using arc-web:

```
    $cachedHTTPClient = \arc\cache::proxy( \arc\http::client(), function($params) {
        return ( \arc\http\headers::parseCacheTime( $params['target']->responseHeaders ) );
    });
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 78.7% 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 ~259 days

Recently: every ~517 days

Total

9

Last Release

2323d ago

Major Versions

1.2.1 → 3.02020-02-23

PHP version history (2 changes)1.0PHP &gt;=5.4

3.0PHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/110959?v=4)[Auke](/maintainers/Auke)[@Auke](https://github.com/Auke)

---

Top Contributors

[![poef](https://avatars.githubusercontent.com/u/1006453?v=4)](https://github.com/poef "poef (170 commits)")[![mjrider](https://avatars.githubusercontent.com/u/213105?v=4)](https://github.com/mjrider "mjrider (46 commits)")

---

Tags

componentscomponent

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

12014.8k49](/packages/kompo-kompo)

PHPackages © 2026

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