fastframe / utility-simplecache
FastFrame SimpleCache Utilities
1.0.1
2021-01-25 05:09 UTC
Requires
- php: >=7.2
- psr/simple-cache: ^1.0
Requires (Dev)
- phploc/phploc: ^5.0
- phpstan/phpstan: ^0.12.4
- phpunit/phpunit: ^8.5
- sebastian/phpcpd: ^4.1
- squizlabs/php_codesniffer: ^3.5
- syberisle/coding-standards: ^2.0
This package is auto-updated.
Last update: 2024-10-25 14:14:59 UTC
README
Provides Blackhole
and Memory
based SimpleCache implementations.
Blackhole
is useful for when you don't care about caching, but need to provide an instance.Memory
is useful during tests when you need a cache but not a full caching system.
Installation
You can install the package via composer:
composer require fastframe/utility-simplecache
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.