PHPackages                             flipboxdigital/craft-psr6 - 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. flipboxdigital/craft-psr6

ActiveLibrary[Caching](/categories/caching)

flipboxdigital/craft-psr6
=========================

PSR-6 Cache for Craft CMS

1.0.1(8y ago)05.8kMITPHPPHP &gt;=7.0

Since Nov 18Pushed 8y ago2 watchersCompare

[ Source](https://github.com/flipbox/craft-psr6)[ Packagist](https://packagist.org/packages/flipboxdigital/craft-psr6)[ RSS](/packages/flipboxdigital-craft-psr6/feed)WikiDiscussions master Synced 2d ago

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

PSR-6 Cache for Craft CMS
=========================

[](#psr-6-cache-for-craft-cms)

[![Latest Version](https://camo.githubusercontent.com/b81760ebe67c79d4b04311c1cc40ce1192dedecb6321d269a7edcb181e70a510/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f666c6970626f782f63726166742d707372362e7376673f7374796c653d666c61742d737175617265)](https://github.com/flipbox/craft-psr6/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/723e732b47924fe112865a7c565d719b1445dacf51155db359c5f7b8e44e5a9f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f666c6970626f782f63726166742d707372362f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/flipbox/craft-psr6)[![Coverage Status](https://camo.githubusercontent.com/e6ab2589cf34e7268f30a6de3884955cc0d9b71cf08087ca9b062f46ed122f67/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f666c6970626f782f63726166742d707372362e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/flipbox/craft-psr6/code-structure)[![Quality Score](https://camo.githubusercontent.com/4842aac74c87d47b238e262997ec1d7efbbc8e42a6e575dd514e65cf26b1e34b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f666c6970626f782f63726166742d707372362e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/flipbox/craft-psr6)[![Total Downloads](https://camo.githubusercontent.com/20826bface42d57eb3867147fa0f94e14d3f696da6fc9917647fb2424ab6ccb5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f666c6970626f786469676974616c2f63726166742d707372362e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/flipboxdigital/craft-psr6)

This package provides simple mechanism for PSR-6 Cache via Craft CMS.

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

[](#installation)

To install, use composer:

```
composer require flipboxdigital/craft-psr6

```

Testing
-------

[](#testing)

```
$ ./vendor/bin/phpunit
```

Usage
-----

[](#usage)

Define it as a component in your plugin

```
'components' => [
    'psr6cache' => [
        'class' => flipbox\craft\psr6\Cache::class
     ]
]
```

or via your composer as an 'extra' definition

```
"components": {
  "psr6cache": "flipbox\\craft\\psr6\\Cache"
}
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/flipbox/craft-psr6/blob/master/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Flipbox Digital](https://github.com/flipbox)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/flipbox/craft-psr6/blob/master/LICENSE) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

3099d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f88ef7075dc76a34393f80402c30cc8eec30d5134835314136669a68b8ce817f?d=identicon)[nateiler](/maintainers/nateiler)

---

Top Contributors

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

---

Tags

psr6psr-6yii2Craftcraft cms

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/flipboxdigital-craft-psr6/health.svg)

```
[![Health](https://phpackages.com/badges/flipboxdigital-craft-psr6/health.svg)](https://phpackages.com/packages/flipboxdigital-craft-psr6)
```

###  Alternatives

[tedivm/stash

The place to keep your cache.

9824.8M124](/packages/tedivm-stash)[mmikkel/cache-flag

Cold template caches that can be flagged and automatically invalidated.

1729.9k1](/packages/mmikkel-cache-flag)

PHPackages © 2026

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