https://github.com/php-fig/simple-cache
https://github.com/php-fig/simple-cache
hacktoberfest php
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/php-fig/simple-cache
- Owner: php-fig
- License: mit
- Created: 2016-08-24T05:22:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T11:04:18.000Z (over 1 year ago)
- Last Synced: 2025-05-03T03:10:32.546Z (7 days ago)
- Topics: hacktoberfest, php
- Language: PHP
- Homepage:
- Size: 26.4 KB
- Stars: 8,108
- Watchers: 15
- Forks: 53
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
PHP FIG Simple Cache PSR
========================This repository holds all interfaces related to PSR-16.
Note that this is not a cache implementation of its own. It is merely an interface that describes a cache implementation. See [the specification](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-16-simple-cache.md) for more details.
You can find implementations of the specification by looking for packages providing the [psr/simple-cache-implementation](https://packagist.org/providers/psr/simple-cache-implementation) virtual package.