cachewerk / relay
The next-generation caching layer for PHP.
Installs: 37 402
Dependents: 2
Suggesters: 0
Security: 0
Stars: 229
Watchers: 11
Forks: 10
Open Issues: 10
pkg:composer/cachewerk/relay
Requires
- php: ^7.4|^8.0
- ext-relay: *
Requires (Dev)
- illuminate/redis: ^7|^8|^9|^10|^11|^12
- open-telemetry/api: ^1.0
- phpstan/phpstan: ^2.0
- predis/predis: ^1.1|^2.0|^3.0
- psr/simple-cache: ^1|^2|^3
- symfony/console: ^5.0|^6.0|^7.0
Suggests
- ext-pcntl: Required to run benchmarks with multiple workers.
- ext-redis: Required to run benchmarks.
- ext-relay: Required to use package.
Provides
- psr/simple-cache-implementation: ^1|^2|^3
- dev-main
- v0.12.1
- v0.12.0
- v0.11.1
- v0.11.0
- v0.10.1
- v0.10.0
- v0.9.1
- v0.9.0
- v0.8.1
- v0.8.0
- v0.7.0
- v0.6.8
- v0.6.7
- v0.6.6
- v0.6.5
- v0.6.4
- v0.6.3
- v0.6.2
- v0.6.1
- v0.6.0
- v0.5.1
- v0.5.0
- v0.4.6
- v0.4.5
- v0.4.4
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-issue-56
This package is auto-updated.
Last update: 2025-10-15 20:43:37 UTC
README
Documentation | Bluesky | Discord | Discussions | API
Installation
First, follow the installation instructions to set up the Relay extension for PHP.
Next, try the Laravel, Symfony, WordPress, Drupal or Magento integrations.
Alternatively, grab the Composer package and run the benchmarks:
composer require cachewerk/relay
Benchmarks
Running the benchmarks is straightforward. For more in-depth information read the benchmarking guide.
composer install composer run bench