Download the PHP package thadafinser/psr6-null-cache without Composer
On this page you can find all versions of the php package thadafinser/psr6-null-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thadafinser/psr6-null-cache
More information about thadafinser/psr6-null-cache
Files in thadafinser/psr6-null-cache
Download thadafinser/psr6-null-cache
More information about thadafinser/psr6-null-cache
Files in thadafinser/psr6-null-cache
Vendor thadafinser
Package psr6-null-cache
Short Description PSR-6 cache NullObject implementation, to avoid null checks and for testing
License MIT
Package psr6-null-cache
Short Description PSR-6 cache NullObject implementation, to avoid null checks and for testing
License MIT
Please rate this library. Is it a good library?
Informations about the package psr6-null-cache
PSR-6 NullObject cache
The missing PSR-6 NullObject implementation.
You can use this package, when you want to
- avoid using
null
check logic, read more here - need a fake cache implementation for testing
Install
Example / usage
Before this package, you needed to allow null
as a parameter, if you wanted to avoid a package dependency to a specific PSR-6 cache implementation
Old code
New code
All versions of psr6-null-cache with dependencies
PHP Build Version
Package Version
The package thadafinser/psr6-null-cache contains the following files
Loading the files please wait ....