Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T17:47:23.000Z (27 days ago)
- Last Synced: 2024-12-21T12:36:40.084Z (18 days ago)
- Topics: php, php-extension, redis
- Language: PHP
- Homepage: https://relay.so
- Size: 486 KB
- Stars: 199
- Watchers: 14
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Relay
[Documentation](https://relay.so/docs) |
[Twitter](https://twitter.com/RelayPHP) |
[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
```