PHPackages                             sacred/simple-cache-bridge - 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. sacred/simple-cache-bridge

ActiveLibrary[Caching](/categories/caching)

sacred/simple-cache-bridge
==========================

v1.0.0(3y ago)07MITPHPPHP ^8.0

Since Jan 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/antonsacred/simple-cache-bridge)[ Packagist](https://packagist.org/packages/sacred/simple-cache-bridge)[ RSS](/packages/sacred-simple-cache-bridge/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (8)Versions (3)Used By (0)

Simple cache bridge
===================

[](#simple-cache-bridge)

[![codecov](https://camo.githubusercontent.com/fd6e5be5f313631eea6cb9cd1e985c0268069f50a18a4365849eb32cf42e23e7/68747470733a2f2f636f6465636f762e696f2f67682f616e746f6e7361637265642f73696d706c652d63616368652d6272696467652f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d384d4244555156393731)](https://codecov.io/gh/antonsacred/simple-cache-bridge)[![Packagist Version](https://camo.githubusercontent.com/258c415b5c32a56cf3b0191833f316b36a2d49a309c36d6bc7ccc03d26ddddda/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7361637265642f73696d706c652d63616368652d627269646765)](https://packagist.org/packages/sacred/simple-cache-bridge)

This package allows you to convert your PSR-6 cache into PSR-16 simple cache.

### Install

[](#install)

```
composer require sacred/simple-cache-bridge

```

### Basic usage

[](#basic-usage)

```
use Sacred\Cached\SimpleCacheFromCacheItemPool;

$psr6Cache = new AnyPSR6CacheItemPool();
$simpleCache = new SimpleCacheFromCacheItemPool($psr6Cache);

$simpleCache->set('key','some-data');
$value = $simpleCache->get('key'); // some-data
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

1258d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ca0d6e4d988ccf5ee64842dbc073af8bb83e160b2372897e21275c1c6b37150?d=identicon)[antonsacred](/maintainers/antonsacred)

---

Top Contributors

[![antonsacred](https://avatars.githubusercontent.com/u/57615458?v=4)](https://github.com/antonsacred "antonsacred (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/sacred-simple-cache-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/sacred-simple-cache-bridge/health.svg)](https://phpackages.com/packages/sacred-simple-cache-bridge)
```

###  Alternatives

[symfony/cache

Provides extended PSR-6, PSR-16 (and tags) implementations

4.2k373.5M3.3k](/packages/symfony-cache)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M568](/packages/shopware-core)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[laminas/laminas-cache

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

1077.3M154](/packages/laminas-laminas-cache)[api-platform/metadata

API Resource-oriented metadata attributes and factories

275.0M217](/packages/api-platform-metadata)

PHPackages © 2026

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