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

ActiveLibrary[Caching](/categories/caching)

wherd/cache
===========

Yet another cache wrapper

v1.0.0(3y ago)010MITPHP

Since Feb 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/wherd/cache)[ Packagist](https://packagist.org/packages/wherd/cache)[ RSS](/packages/wherd-cache/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Cache
=====

[](#cache)

Yet another cache wrapper.

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

[](#installation)

Install using composer:

```
composer require wherd/cache
```

Usage
=====

[](#usage)

```
use Wherd\Cache\SqliteStorage;

$cache = new SqliteStorage();
$cache->write('username', 'wherd', 60);
echo $cache->read('username');
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

1240d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

PHPackages © 2026

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