https://github.com/php-fig/cache-util
https://github.com/php-fig/cache-util
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/php-fig/cache-util
- Owner: php-fig
- License: mit
- Created: 2015-12-11T11:01:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T19:56:56.000Z (over 2 years ago)
- Last Synced: 2025-05-29T08:57:32.206Z (10 months ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 37
- Watchers: 15
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PSR-6 Cache Utilities

This package contains a series of traits and base classes to cover the common,
boilerplate portions of implementing a PSR-6-compliant cache library.
This package also provides a basic in-memory-only PSR-6 implementation. While
not useful for actual use, it serves as a demo-implementation as well as a
debugging tool.
This package does not, and will not, provide a complete production-ready PSR-6
implementation. If you are looking for a PSR-6 implementation, consult your
friendly local Packagist.org server.
## License
This package is released under the MIT license. See LICENSE for details.