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

ActiveLibrary[Caching](/categories/caching)

zer0-framework/cache
====================

v0.2.3(4y ago)02.2kGPL-3.0-or-laterPHPPHP &gt;=7.2

Since Apr 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/zer0-framework/cache)[ Packagist](https://packagist.org/packages/zer0-framework/cache)[ Docs](https://github.com/zer0-framework/cache)[ RSS](/packages/zer0-framework-cache/feed)WikiDiscussions master Synced 1w ago

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

Cache
=====

[](#cache)

Компонент служит для кеширования.

Конфигурация
------------

[](#конфигурация)

ИмяТипОписаниеЗначение по-умолчаниюtypestringТип хранилищаRedisПример использования
--------------------

[](#пример-использования)

```
$pool = $this->app->factory('CachePool');
$user = $pool->item('user.' . $userId)->setCallback(function (Item $item) use ($userId) {
  $item
  ->expiresAfter(60 * 60 * 24)
  ->set(getUserFromDatabase($userId))
  ->save();
})->get();
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Every ~37 days

Recently: every ~54 days

Total

15

Last Release

1782d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/175350?v=4)[Vasily Zorin](/maintainers/kakserpom)[@kakserpom](https://github.com/kakserpom)

---

Top Contributors

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

---

Tags

highloadZer0

### Embed Badge

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

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

###  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)[ichhabrecht/intcache

Turn uncachable page objects into cacheable links

193.9k](/packages/ichhabrecht-intcache)

PHPackages © 2026

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