cachewerk / relay
The next-generation caching layer for PHP.
Installs: 16 001
Dependents: 1
Suggesters: 0
Security: 0
Stars: 188
Watchers: 14
Forks: 10
Open Issues: 9
Requires
- php: ^7.4|^8.0
- ext-relay: *
Requires (Dev)
- illuminate/redis: ^7|^8|^9|^10
- open-telemetry/api: ^1.0
- phpstan/phpstan: ^1.7
- predis/predis: ^1.1|^2.0
- psr/simple-cache: ^1|^2|^3
- symfony/console: ^5.0|^6.0
Suggests
- ext-redis: Required to run benchmarks.
- ext-relay: Required to use package.
Provides
- psr/simple-cache-implementation: ^1|^2|^3
This package is auto-updated.
Last update: 2024-10-08 23:51:59 UTC
README
Documentation | Twitter | 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