PHPackages                             untoyou/cacher - 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. untoyou/cacher

ActiveLibrary[Caching](/categories/caching)

untoyou/cacher
==============

A quick and simple cache that stores and retrieves things from/to a flat file cache system.

1.0(11y ago)114LGPL-3.0PHP

Since Nov 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/bluehaoran/cacher)[ Packagist](https://packagist.org/packages/untoyou/cacher)[ RSS](/packages/untoyou-cacher/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

cacher
======

[](#cacher)

A quick and simple cache that stores and retrieves things from/to a flat file cache system.

\#Setup As this is a flat file cache, you need a directory with the appropriate write permissions to it.

\#Usage Once you have a directory, then start Cacher like this:

```
$cache = new \Untoyou\Cacher('/var/tmp/cache');  //replace this with the path to your cache directory.
$cache->store('key', $html);
if ($cache->contains('key')) {
	$html = $cache->fetch('key');
}

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

4242d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

cacheflat file

### Embed Badge

![Health badge](/badges/untoyou-cacher/health.svg)

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

###  Alternatives

[psr/simple-cache

Common interfaces for simple caching

8.1k757.1M2.6k](/packages/psr-simple-cache)[psr/cache

Common interface for caching libraries

5.2k712.8M1.6k](/packages/psr-cache)[react/cache

Async, Promise-based cache interface for ReactPHP

445124.5M44](/packages/react-cache)[beste/in-memory-cache

A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.

2514.6M10](/packages/beste-in-memory-cache)[fastd/fastd

A High Performance API Framework By Swoole Extension

42015.4k18](/packages/fastd-fastd)[anahkiasen/flatten

A package for the Illuminate framework that flattens pages to plain HTML

33113.0k](/packages/anahkiasen-flatten)

PHPackages © 2026

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