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
- Host: GitHub
- URL: https://github.com/subjective-php/psr-cache-helper
- Owner: subjective-php
- License: mit
- Created: 2017-05-09T23:16:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T18:36:02.000Z (about 2 years ago)
- Last Synced: 2025-04-17T13:09:16.511Z (about 1 year ago)
- Language: PHP
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Simple Cache Helper
[](https://travis-ci.org/subjective-php/psr-cache-helper)
[](https://scrutinizer-ci.com/g/subjective-php/psr-cache-helper/?branch=master)
[](https://coveralls.io/github/subjective-php/psr-cache-helper?branch=master)
[](https://packagist.org/packages/subjective-php/psr-cache-helper)
[](https://packagist.org/packages/subjective-php/psr-cache-helper)
[](https://packagist.org/packages/subjective-php/psr-cache-helper)
[](https://packagist.org/packages/subjective-php/psr-cache-helper)
[](https://packagist.org/packages/subjective-php/psr-cache-helper)
[](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
```