zephyrphp / cache
Cache module for ZephyrPHP - Multiple cache drivers support
v0.4.12
2026-03-22 11:05 UTC
Requires
- php: >=8.2
- zephyrphp/framework: ^0.4
README
Multi-driver caching module for ZephyrPHP.
Features
- File cache driver
- Redis cache driver
- APCu cache driver
- Array cache driver (in-memory)
- TTL support
- Cache tags
Installation
composer require zephyrphp/cache
Note: This package is designed exclusively for ZephyrPHP and is not compatible with other PHP frameworks.
License
MIT