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

AbandonedArchivedLibrary[Caching](/categories/caching)

awheel/cache-component
======================

Awheel cache Component

1.5.0(9y ago)0701MITPHPPHP &gt;=5.4.0

Since Feb 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/awheel/cache-component)[ Packagist](https://packagist.org/packages/awheel/cache-component)[ RSS](/packages/awheel-cache-component/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (8)Used By (1)

Cache Component
===============

[](#cache-component)

Cache Component for Awheel

usage
-----

[](#usage)

```

app('cache')->add($cacheKey, $value, $ttl);
app('cache')->set($cacheKey, $value, $ttl);
app('cache')->get($cacheKey, $default);
app('cache')->destory($cacheKey, $default);
app('cache')->forever($cacheKey, $default);

....

```

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

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

Every ~8 days

Total

7

Last Release

3418d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)[phpfastcache/phpssdb

PHP SSDB Driver for phpFastCache

14736.9k1](/packages/phpfastcache-phpssdb)

PHPackages © 2026

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