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