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

ActiveLibrary[Caching](/categories/caching)

wilkques/cache
==============

PHP Cache

v2.2.0(5mo ago)0109MITPHPPHP &gt;=5.3CI passing

Since May 8Pushed 5mo ago1 watchersCompare

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

READMEChangelog (5)Dependencies (8)Versions (6)Used By (0)

PHP Cache
=========

[](#php-cache)

[![Latest Stable Version](https://camo.githubusercontent.com/699fa1e7fcf3bad8e269f3a3d510c2b36edec5f3719e650a7aeab6f47eb176e5/68747470733a2f2f706f7365722e707567782e6f72672f77696c6b717565732f63616368652f762f737461626c65)](https://packagist.org/packages/wilkques/cache)[![License](https://camo.githubusercontent.com/89d6d23047605f674da49ac92f20433166c7cb0a623a47dacb0aac8678297ceb/68747470733a2f2f706f7365722e707567782e6f72672f77696c6b717565732f63616368652f6c6963656e7365)](https://packagist.org/packages/wilkques/cache)

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

[](#installation)

`composer require wilkques/cache`

How to use
----------

[](#how-to-use)

```
// create cache
\Wilkques\Cache\Cache::put('', '', '');

// get cache
$resolve = \Wilkques\Cache\Cache::get('');

var_dump(
    $resolve
);
```

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance73

Regular maintenance activity

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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 ~78 days

Total

5

Last Release

152d ago

Major Versions

v1.0.0 → v2.0.02025-05-14

PHP version history (2 changes)v1.0.0PHP &gt;=5.4

v2.1.0PHP &gt;=5.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/906e907ec7e3dbe49f32aebd0f36488176d3736a65d38675753ba9a6a21017b6?d=identicon)[wilkques](/maintainers/wilkques)

---

Top Contributors

[![wilkques](https://avatars.githubusercontent.com/u/51186879?v=4)](https://github.com/wilkques "wilkques (22 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/wilkques-cache/health.svg)](https://phpackages.com/packages/wilkques-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)
