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

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:

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