Download the PHP package silvanus/svangr without Composer
On this page you can find all versions of the php package silvanus/svangr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package svangr
Svangr
Programmatic cache for WP. Implements PSR16 cache interface.
Install
Via Composer:
composer require silvanus/svangr
To use autoloading mechanism, you must include vendor/autoload.php
file in your code.
Usage.
Currently has one strategy: transients.
Transient
Working with transients in WP can be a bit awkward and lead to lot of boilerplate code. Svangr offers simple api to work with transients.
Set / Get / Delete
Working with multiple values
Clearing all transients
Whats in the name?
"Svangr" is Old Norse word for "hungry" or "thin". Caches are hungry, and this is implementation is a thin abstraction.
All versions of svangr with dependencies
PHP Build Version
Package Version
Requires
psr/simple-cache Version
^1.0
The package silvanus/svangr contains the following files
Loading the files please wait ....