Download the PHP package jtk/simple-php-cache without Composer
On this page you can find all versions of the php package jtk/simple-php-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jtk/simple-php-cache
More information about jtk/simple-php-cache
Files in jtk/simple-php-cache
Download jtk/simple-php-cache
More information about jtk/simple-php-cache
Files in jtk/simple-php-cache
Vendor jtk
Package simple-php-cache
Short Description Very small and simple lib for caching
License MIT
Homepage http://github.com/jtkDvlp/simple-php-cache
Package simple-php-cache
Short Description Very small and simple lib for caching
License MIT
Homepage http://github.com/jtkDvlp/simple-php-cache
Please rate this library. Is it a good library?
Informations about the package simple-php-cache
Simple PHP Cache
This very small lib is for caching in php apps. The caching is very simple. It supports caching with php`s arrays e.g. the session array and it supports file based caching. The file based version uses the php (un)serialization algorithm, thus it supports close to all types (see php documentation) and also keep the type information.
Usage
See for Usage the "example.php" file in the root directory.
License
See for license the "LICENSE" file in the root directory.
All versions of simple-php-cache with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package jtk/simple-php-cache contains the following files
Loading the files please wait ....