psr / cache-util
Useful utility classes and traits for implementing the PSR cache standard
Installs: 576
Dependents: 2
Suggesters: 0
Security: 0
Stars: 34
Watchers: 16
Forks: 15
Open Issues: 1
Requires
- php: >=8.0.0
- psr/cache: ^2.0 | ^3.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^2.3.1
This package is auto-updated.
Last update: 2023-11-04 19:57:00 UTC
README
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.