ganbarodigital/php-mv-static-data-cache

Convenient static data cache for speeding up expensive operations

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ganbarodigital/php-mv-static-data-cache

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

This package is not auto-updated.

Last update: 2025-09-25 05:18:37 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.