Download the PHP package cajogos/php-temp-cache without Composer
On this page you can find all versions of the php package cajogos/php-temp-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cajogos/php-temp-cache
More information about cajogos/php-temp-cache
Files in cajogos/php-temp-cache
Package php-temp-cache
Short Description Simple PHP caching system that uses a tmp folder in a Linux environment.
License MIT
Homepage https://github.com/cajogos/php-temp-cache
Informations about the package php-temp-cache
TempCache

A simple PHP caching class that uses the temporary files (/tmp/
) folder of a Linux distribution.
Main caching library of Biscuit Link framework.
Simple to Use
The class has been written to be dead easy to use and should be familiar to anyone who has used any caching before. However, beware that the main aim of this cache is not to be the fastest caching mechanism out there, but to simplify the lives of those who just want to have a simple caching system in place to avoid hitting API limits, although from my experience it is pretty fast!
Storing (put)
Retrieving (get)
Deleting (remove)
Features
- No need to install extra plugins or PHP modules.
- Works out of the box. (As long as your web server user has enough privileges).
- Avoid hitting those API limits set by other websites.
Getting Started
Warning: You need PHP >= 5.3 to use TempCache.
Using Composer
Download and use
The class is self-contained so you can use it in any project you already have by using:
Contributors
Want to help contribute or thank me? Get in touch via [email protected].
You are awesome!