Download the PHP package wruczek/php-file-cache without Composer
On this page you can find all versions of the php package wruczek/php-file-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wruczek/php-file-cache
More information about wruczek/php-file-cache
Files in wruczek/php-file-cache
Download wruczek/php-file-cache
More information about wruczek/php-file-cache
Files in wruczek/php-file-cache
Vendor wruczek
Package php-file-cache
Short Description Light, simple and standalone PHP in-file caching class
License MIT
Package php-file-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 php-file-cache
PHP-File-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 5.4.0 - 7.1+
- Free under a MIT license
Requirements and Installation
You need PHP 5.4.0+ for usage and PHP 5.6+ for development (PHPUnit)
Require with composer:
composer require wruczek/php-file-cache
Usage
See examples for more
All versions of php-file-cache with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package wruczek/php-file-cache contains the following files
Loading the files please wait ....