ganbarodigital / php-mv-static-data-cache
Convenient static data cache for speeding up expensive operations
v1.2016042001
2016-04-20 07:55 UTC
Requires
- php: >= 5.5
Requires (Dev)
- couscous/couscous: dev-develop
- ganbarodigital/php-mv-unit-test-helpers: ^1.0
- phpunit/phpunit: ^4.6
This package is not auto-updated.
Last update: 2024-11-07 01:08:36 UTC
README
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
.