ganbarodigital/php-mv-static-data-cache

Convenient static data cache for speeding up expensive operations

v1.2016042001 2016-04-20 07:55 UTC

This package is not auto-updated.

Last update: 2024-04-24 22:29:43 UTC


README

GitHub license @ganbarodigital on Twitter Total Downloads Scrutinizer Code Quality Build Status Coverage Status Dependency Status Reference Status

Introduction

The PHP Static Data Cache library provides an incredibly simple key/value data cache that you can quickly drop into your own project to save you time and effort.

Installation

Run this command to add this library to your composer.json file:

composer require ganbarodigital/php-mv-static-data-cache

and then run composer update.