PHPackages                             ingenioz-it/psr-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. ingenioz-it/psr-cache

ActiveLibrary[Caching](/categories/caching)

ingenioz-it/psr-cache
=====================

An implementation of PSR-6 Cache and PSR-16 Simple Cache

v1.0.0(2y ago)057MITPHPPHP &gt;=8.2

Since Jun 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/IngeniozIT/psr-cache)[ Packagist](https://packagist.org/packages/ingenioz-it/psr-cache)[ RSS](/packages/ingenioz-it-psr-cache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (10)Versions (2)Used By (0)

PSR Cache
=========

[](#psr-cache)

An implementation of the [PSR-6](https://www.php-fig.org/psr/psr-6/) Caching interfaces and the [PSR-16](https://www.php-fig.org/psr/psr-16/) Simple Cache that focuses on code quality.

About
-----

[](#about)

InfoValueLatest release[![Packagist Version](https://camo.githubusercontent.com/fd7e5002fbd115f5b1be6c920766c779ba8decd05d81d7b54423d2594bfe502c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e67656e696f7a2d69742f7073722d6361636865)](https://packagist.org/packages/ingenioz-it/psr-cache)Requires[![PHP from Packagist](https://camo.githubusercontent.com/6a929ea899b08f07b92335d7af56ab66b9d29b0884dbf0c529abac7df53b0f50/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f696e67656e696f7a2d69742f7073722d63616368652e737667)](https://camo.githubusercontent.com/6a929ea899b08f07b92335d7af56ab66b9d29b0884dbf0c529abac7df53b0f50/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f696e67656e696f7a2d69742f7073722d63616368652e737667)License[![Packagist](https://camo.githubusercontent.com/d29e1f416221c7a4b23181f653c649771164ac87443a5543843c951f479dd548/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696e67656e696f7a2d69742f7073722d6361636865)](https://camo.githubusercontent.com/d29e1f416221c7a4b23181f653c649771164ac87443a5543843c951f479dd548/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696e67656e696f7a2d69742f7073722d6361636865)Unit tests[![tests](https://github.com/IngeniozIT/psr-cache/actions/workflows/1-tests.yml/badge.svg)](https://github.com/IngeniozIT/psr-cache/actions/workflows/1-tests.yml)Code coverage[![Code Coverage](https://camo.githubusercontent.com/a4eaf50e3a45aa32553aac46a317ff9f9a0ed464a7aacb76b7d9427371cc54ef/68747470733a2f2f636f6465636f762e696f2f67682f496e67656e696f7a49542f7073722d63616368652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/IngeniozIT/psr-cache)Code quality[![code-quality](https://github.com/IngeniozIT/psr-cache/actions/workflows/2-code-quality.yml/badge.svg)](https://github.com/IngeniozIT/psr-cache/actions/workflows/2-code-quality.yml)Quality tested with[phpunit](https://github.com/sebastianbergmann/phpunit), [phan](https://github.com/phan/phan), [psalm](https://github.com/vimeo/psalm), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer), [phpstan](https://github.com/phpstan/phpstan), [phpmd](https://github.com/phpmd/phpmd), [infection](https://github.com/infection/infection)Installation
------------

[](#installation)

```
composer require ingenioz-it/psr-cache
```

Full documentation
------------------

[](#full-documentation)

You can list all the available features by running

```
composer testdox
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

1050d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/167b1b0644440255e02a195b70b29024f6dff62bf886c7450553dc13d354a95b?d=identicon)[Ingenioz IT](/maintainers/Ingenioz%20IT)

---

Top Contributors

[![IngeniozIT](https://avatars.githubusercontent.com/u/41050198?v=4)](https://github.com/IngeniozIT "IngeniozIT (10 commits)")

---

Tags

cacheclean-codephppsr-16psr-6simple-cachepsrcachepsr-16Simplepsr-6

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ingenioz-it-psr-cache/health.svg)

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

###  Alternatives

[laminas/laminas-cache

Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output

1076.9M130](/packages/laminas-laminas-cache)[cache/simple-cache-bridge

A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.

423.1M27](/packages/cache-simple-cache-bridge)[codeigniter4/cache

PSR-6 and PSR-16 Cache Adapters for CodeIgniter 4

1320.1k](/packages/codeigniter4-cache)

PHPackages © 2026

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