Skip to content

The next-generation caching layer for PHP.

License

Notifications You must be signed in to change notification settings

kfranckiewicz/relay

 
 

Repository files navigation

Relay

Documentation | Twitter | Discord | Discussions | API

Installation

First, follow the installation instructions to set up the Relay extension for PHP.

Next, either try the Laravel, WordPress or Magento integrations.

Alternatively, grab the Composer package and run the benchmarks:

composer require cachewerk/relay

Benchmarks

First set the REDIS_HOST and REDIS_PORT in the phpbench.json, then run the benchmarks:

git clone git@github.com:cachewerk/relay.git
cd relay
composer install

composer run bench
composer run bench:verbose

Caveat 1: The results on Silicon are misleading, run the benchmark on your actual x86 infrastructure.
Caveat 2: New Relic and similar profilers will significantly slow down Relay and skew the benchmarks.

About

The next-generation caching layer for PHP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 82.8%
  • Dockerfile 17.2%