Download the PHP package nguyenanhung/php-file-cache without Composer
On this page you can find all versions of the php package nguyenanhung/php-file-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nguyenanhung/php-file-cache
More information about nguyenanhung/php-file-cache
Files in nguyenanhung/php-file-cache
Download nguyenanhung/php-file-cache
More information about nguyenanhung/php-file-cache
Files in nguyenanhung/php-file-cache
Vendor nguyenanhung
Package php-file-cache
Short Description Light, simple and standalone PHP in-file caching class
License GPL-3.0
Homepage https://github.com/nguyenanhung/PHP-File-Cache
Package php-file-cache
Short Description Light, simple and standalone PHP in-file caching class
License GPL-3.0
Homepage https://github.com/nguyenanhung/PHP-File-Cache
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
This library is fork code from https://github.com/Wruczek/PHP-File-Cache
as refactoring someone!
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
- Supports PHP 5.4 - 8.0
- Free under a GPL-3.0 license
Requirements and Installation
You need PHP 5.4+ for usage
Require with composer:
composer require nguyenanhung/php-file-cache
Usage
See examples for more
Support
If any question & request, please contact following information
Name | Skype | ||
---|---|---|---|
Hung Nguyen | [email protected] | nguyenanhung5891 | @nguyenanhung |
From Vietnam with Love <3
All versions of php-file-cache with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package nguyenanhung/php-file-cache contains the following files
Loading the files please wait ....