An open API service indexing awesome lists of open source software.

https://github.com/zingimmick/yii2-psr-simple-cache

A PSR simple caching interface implementation that routes to the Yii caching
https://github.com/zingimmick/yii2-psr-simple-cache

cache caching psr yii2

Last synced: 11 months ago
JSON representation

A PSR simple caching interface implementation that routes to the Yii caching

Awesome Lists containing this project

README

          

# Yii2 PSR Simple Cache

[![Tests](https://github.com/zingimmick/yii2-psr-simple-cache/actions/workflows/tests.yml/badge.svg?branch=1.x)](https://github.com/zingimmick/yii2-psr-simple-cache/actions/workflows/tests.yml)
[![Code Coverage](https://codecov.io/gh/zingimmick/yii2-psr-simple-cache/branch/1.x/graph/badge.svg)](https://codecov.io/gh/zingimmick/yii2-psr-simple-cache)
[![Latest Stable Version](https://poser.pugx.org/zing/yii2-psr-simple-cache/v/stable.svg)](https://packagist.org/packages/zing/yii2-psr-simple-cache)
[![Total Downloads](https://poser.pugx.org/zing/yii2-psr-simple-cache/downloads)](https://packagist.org/packages/zing/yii2-psr-simple-cache)
[![Latest Unstable Version](https://poser.pugx.org/zing/yii2-psr-simple-cache/v/unstable.svg)](https://packagist.org/packages/zing/yii2-psr-simple-cache)
[![License](https://poser.pugx.org/zing/yii2-psr-simple-cache/license)](https://packagist.org/packages/zing/yii2-psr-simple-cache)

> **Requires [PHP 5.4.0+](https://php.net/releases/)**

Require Yii2 PSR Simple Cache using [Composer](https://getcomposer.org):

```bash
composer require zing/yii2-psr-simple-cache
```

## License

Yii2 PSR Simple Cache is an open-sourced software licensed under the [MIT license](LICENSE).