mako / simple-cache
A Simple Cache adapter for the Mako Framework
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/mako/simple-cache
Requires
- php: >=8.4.0
- psr/simple-cache: ^3.0
Requires (Dev)
- mako/framework: ^11.0.0
- mockery/mockery: ^1.6.12
- phpstan/phpstan: ^2.0.3
- phpunit/phpunit: ^11.5
README
A Simple Cache adapter for the Mako Framework.
Requirements
Mako 11.0 or greater.
Installation
Install the package using the following composer command:
composer require mako/simple-cache
Usage
Create a SimpleCache
object by injecting a Mako cache store instance and you're good to go.
$simpleCache = new SimpleCache($this->cache->instance());