yperevoznikov / earlycache
Implements early cache for web apps without dependencies. Caches entire page with headers and response code
v0.9.5-beta
2016-01-04 10:58 UTC
Requires
- php: >=5.3
- symfony/yaml: *
This package is not auto-updated.
Last update: 2024-10-30 18:34:17 UTC
README
Early stage cache implementation for fast web app response. Caches page content with headers and response code.
Supported frameworks
This code can be integrated into any web app but examples area and code have been tested with these frameworks:
- Kohana (Kohana readme)
Installation
In order to install this package use composer:
composer require yperevoznikov/earlycache
Unit Testing
To run all unit tests, in component directory (where this file is placed)
copy phpunit.xml.dist
to phpunit.xml
and run in command line:
php phpunit.phar