Download the PHP package flightphp/cache without Composer
On this page you can find all versions of the php package flightphp/cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download flightphp/cache
More information about flightphp/cache
Files in flightphp/cache
Download flightphp/cache
More information about flightphp/cache
Files in flightphp/cache
Vendor flightphp
Package cache
Short Description Light, simple and standalone PHP in-file caching class
License MIT
Package cache
Short Description Light, simple and standalone PHP in-file caching class
License MIT
Please rate this library. Is it a good library?
Informations about the package cache
Cache

Light, simple and standalone PHP in-file caching class
Advantages
- Light, standalone and simple
- All code in one file - no pointless drivers.
- Secure - every generated cache file have a php header with
die
, making direct access impossible even if someone knows the path and your server is not configured properly - Well documented and tested
- Handles concurrency correctly via flock
- Supports PHP 7.4+
- Free under a MIT license
Requirements and Installation
You need PHP 7.4+ for usage
Require with composer:
composer require flightphp/cache
Usage
See examples for more
All versions of cache with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package flightphp/cache contains the following files
Loading the files please wait ....