1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
# Tag support for PSR-6 Cache
[](https://gitter.im/php-cache/cache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[](https://packagist.org/packages/cache/tag-interop)
[](https://packagist.org/packages/cache/tag-interop)
[](https://packagist.org/packages/cache/tag-interop)
[](LICENSE)
This repository holds two interfaces for tagging. These interfaces will make their
way into PHP Fig. Representatives from Symfony, PHP-cache and Drupal has worked
together to agree on these interfaces.
### Install
```bash
composer require cache/tag-interop
```
### Use
Read the [documentation on usage](http://www.php-cache.com/).
### Contribute
Contributions are very welcome! Send a pull request to the [main repository](https://github.com/php-cache/cache) or
report any issues you find on the [issue tracker](http://issues.php-cache.com).
|