You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
1.3 KiB

2 years ago
  1. # Common PSR-6 Cache pool
  2. [![Gitter](https://badges.gitter.im/php-cache/cache.svg)](https://gitter.im/php-cache/cache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
  3. [![Latest Stable Version](https://poser.pugx.org/cache/adapter-common/v/stable)](https://packagist.org/packages/cache/adapter-common)
  4. [![codecov.io](https://codecov.io/github/php-cache/adapter-common/coverage.svg?branch=master)](https://codecov.io/github/php-cache/adapter-common?branch=master)
  5. [![Total Downloads](https://poser.pugx.org/cache/adapter-common/downloads)](https://packagist.org/packages/cache/adapter-common)
  6. [![Monthly Downloads](https://poser.pugx.org/cache/adapter-common/d/monthly.png)](https://packagist.org/packages/cache/adapter-common)
  7. [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
  8. This repository contains shared classes and interfaces used by the PHP Cache organisation. To read about
  9. features like tagging and hierarchy support please read the shared documentation at [www.php-cache.com](http://www.php-cache.com).
  10. ### Contribute
  11. Contributions are very welcome! Send a pull request to the [main repository](https://github.com/php-cache/cache) or
  12. report any issues you find on the [issue tracker](http://issues.php-cache.com).