zephyrphp/cache

Cache module for ZephyrPHP - Multiple cache drivers support

Maintainers

Package info

github.com/Techwonia/zephyrphp-cache

pkg:composer/zephyrphp/cache

Statistics

Installs: 27

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.4.12 2026-03-22 11:05 UTC

This package is auto-updated.

Last update: 2026-03-22 11:52:12 UTC


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