PHPackages                             pextras/psr16-namespaced-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. pextras/psr16-namespaced-cache

ActiveLibrary

pextras/psr16-namespaced-cache
==============================

Namespaced PSR-16 cache

0.1.1(6y ago)0669MITPHPPHP &gt;=7.1

Since Mar 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/pextras/psr16-namespaced-cache)[ Packagist](https://packagist.org/packages/pextras/psr16-namespaced-cache)[ RSS](/packages/pextras-psr16-namespaced-cache/feed)WikiDiscussions master Synced today

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

PSR-16 Simple namespaced cache
==============================

[](#psr-16-simple-namespaced-cache)

[![Build Status](https://camo.githubusercontent.com/f85ddf1ad7d7f6649d9f13e85ff85ff789563a5ac82e1ac25056ff7cf49b0d4e/68747470733a2f2f7472617669732d63692e6f72672f706578747261732f70737231362d6e616d657370616365642d63616368652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/pextras/psr16-namespaced-cache)

Install
-------

[](#install)

`composer require pextras/psr16-namespaced-cache`

Usage
-----

[](#usage)

```
// Your PSR-16 cache pool implementing Psr\SimpleCache\CacheInterface
$cache = new SimpleCache();

$namespaced = new \Pextras\NamespacedCache\NamespacedCache($cache, 'foo');

// NamespacedCache implements Psr\SimpleCache\CacheInterface
$namespaced->get('bar');
$namespaced->set('baz', 123);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Total

2

Last Release

2253d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a36855e16bc521f87aa040b233b2c92dde435a2d0ed572f7631bf360894f4d8?d=identicon)[rydercz](/maintainers/rydercz)

---

Top Contributors

[![rydercz](https://avatars.githubusercontent.com/u/161963?v=4)](https://github.com/rydercz "rydercz (8 commits)")

### Embed Badge

![Health badge](/badges/pextras-psr16-namespaced-cache/health.svg)

```
[![Health](https://phpackages.com/badges/pextras-psr16-namespaced-cache/health.svg)](https://phpackages.com/packages/pextras-psr16-namespaced-cache)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[phpoffice/phpspreadsheet

PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine

13.9k293.5M1.2k](/packages/phpoffice-phpspreadsheet)[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M710](/packages/maatwebsite-excel)[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[illuminate/contracts

The Illuminate Contracts package.

704122.9M10.0k](/packages/illuminate-contracts)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69333.0M114](/packages/algolia-algoliasearch-client-php)

PHPackages © 2026

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