2017 © Pedro Peláez
 

library cache-util

Useful utility classes and traits for implementing the PSR cache standard

image

fig/cache-util

Useful utility classes and traits for implementing the PSR cache standard

  • Monday, January 23, 2017
  • by Crell
  • Repository
  • 16 Watchers
  • 24 Stars
  • 3,355 Installations
  • PHP
  • 9 Dependents
  • 1 Suggesters
  • 12 Forks
  • 6 Open issues
  • 1 Versions
  • 8 % Grown

The README.md

PSR-6 Cache Utilities

Quality Assurance, (*1)

This package contains a series of traits and base classes to cover the common, boilerplate portions of implementing a PSR-6-compliant cache library., (*2)

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., (*3)

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., (*4)

License

This package is released under the MIT license. See LICENSE for details., (*5)

The Versions

23/01 2017

dev-master

9999999-dev

Useful utility classes and traits for implementing the PSR cache standard

  Sources   Download

MIT

The Requires

 

The Development Requires

psr cache psr-6