Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```