ganbarodigital / php-static-data-cache
Convenient static data cache for speeding up expensive operations
Installs: 111 651
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >= 5.5
Requires (Dev)
This package is not auto-updated.
Last update: 2024-11-09 18:53:58 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.
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
.