fastframe / utility-simplecache
FastFrame SimpleCache Utilities
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/fastframe/utility-simplecache
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: 2025-10-25 16:32:14 UTC
README
Provides Blackhole and Memory based SimpleCache implementations.
Blackholeis useful for when you don't care about caching, but need to provide an instance.Memoryis 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.