ganbarodigital/php-static-data-cache

Convenient static data cache for speeding up expensive operations

1.0.1 2015-07-10 14:48 UTC

This package is not auto-updated.

Last update: 2024-03-16 15:19:11 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.

This was originally part of the PHP Data Containers project. It's been broken out to avoid circular dependencies between the PHP Data Containers project and the PHP Reflection project.

Installation

We recommend that you install the full PHP Data Containers project, which will include the PHP Static Data Cache as a dependency.

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

composer require ganbarodigital/php-data-containers

and then run composer update.