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

https://github.com/subjective-php/psr-cache-helper

Utilities to assist with PSR-16 simple cache implementations
https://github.com/subjective-php/psr-cache-helper

Last synced: about 1 year ago
JSON representation

Utilities to assist with PSR-16 simple cache implementations

Awesome Lists containing this project

README

          

# Simple Cache Helper

[![Build Status](https://travis-ci.org/subjective-php/psr-cache-helper.svg?branch=master)](https://travis-ci.org/subjective-php/psr-cache-helper)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/subjective-php/psr-cache-helper/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/subjective-php/psr-cache-helper/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/subjective-php/psr-cache-helper/badge.svg?branch=master)](https://coveralls.io/github/subjective-php/psr-cache-helper?branch=master)

[![Latest Stable Version](https://poser.pugx.org/subjective-php/psr-cache-helper/v/stable)](https://packagist.org/packages/subjective-php/psr-cache-helper)
[![Latest Unstable Version](https://poser.pugx.org/subjective-php/psr-cache-helper/v/unstable)](https://packagist.org/packages/subjective-php/psr-cache-helper)
[![License](https://poser.pugx.org/subjective-php/psr-cache-helper/license)](https://packagist.org/packages/subjective-php/psr-cache-helper)

[![Total Downloads](https://poser.pugx.org/subjective-php/psr-cache-helper/downloads)](https://packagist.org/packages/subjective-php/psr-cache-helper)
[![Daily Downloads](https://poser.pugx.org/subjective-php/psr-cache-helper/d/daily)](https://packagist.org/packages/subjective-php/psr-cache-helper)
[![Monthly Downloads](https://poser.pugx.org/subjective-php/psr-cache-helper/d/monthly)](https://packagist.org/packages/subjective-php/psr-cache-helper)

Utilities to assist with [PSR-16 SimpleCache](http://www.php-fig.org/psr/psr-16/) implementations.

## Requirements

Requires PHP 8.0 (or later).

## Composer
To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on `subjective-php/psr-cache-helper` to your project's `composer.json` file such as:

```sh
composer require subjective-php/psr-cache-helper
```

## Contact
Developers may be contacted at:

* [Pull Requests](https://github.com/subjective-php/psr-cache-helper/pulls)
* [Issues](https://github.com/subjective-php/psr-cache-helper/issues)

## Project Build
With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run:

```sh
composer install
./vendor/bin/phpunit
./vendor/bin/phpcs
```