https://github.com/cachewerk/relay
The next-generation caching layer for PHP powered by Redis.
https://github.com/cachewerk/relay
php php-extension redis
Last synced: 7 days ago
JSON representation
The next-generation caching layer for PHP powered by Redis.
- Host: GitHub
- URL: https://github.com/cachewerk/relay
- Owner: cachewerk
- License: mit
- Created: 2020-12-05T17:39:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T17:56:22.000Z (3 months ago)
- Last Synced: 2025-05-07T20:35:48.965Z (15 days ago)
- Topics: php, php-extension, redis
- Language: PHP
- Homepage: https://relay.so
- Size: 505 KB
- Stars: 213
- Watchers: 12
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Relay
[Documentation](https://relay.so/docs) |
[Bluesky](https://bsky.app/profile/relay.so) |
[Discord](https://discord.gg/exYBXqTXgY) |
[Discussions](https://github.com/cachewerk/relay/discussions) |
[API](https://relay.so/api)## Installation
First, follow the [installation instructions](https://relay.so/docs/installation) to set up the Relay extension for PHP.
Next, try the [Laravel](https://github.com/cachewerk/relay/tree/main/src/Laravel), [Symfony](https://symfony.com/doc/current/components/cache/adapters/redis_adapter.html), [WordPress](https://objectcache.pro/docs/relay/), [Drupal](https://www.drupal.org/project/redis) or [Magento](https://github.com/cachewerk/magento-relay) integrations.
Alternatively, grab the Composer package and run the benchmarks:
```bash
composer require cachewerk/relay
```## Benchmarks
Running the benchmarks is straightforward. For more in-depth information read the [benchmarking guide](benchmarks/README.md).
```bash
composer install
composer run bench
```