Search by

johnshopkins / cache-exchange

jenwachterericconrad

A collection of adapters to make swapping out cache library dependencies quick and easy.

Package info

github.com/johnshopkins/cache-exchange

Homepage

pkg:composer/johnshopkins/cache-exchange

Statistics

Installs: 17 565

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.3.0 2026-06-24 13:19 UTC

This package is auto-updated.

Last update: 2026-08-24 13:53:03 UTC


README

A collection of PHP interfaces and adapters to make swapping out cache library dependencies quick and easy.

Requirements

Running tests

  1. Start the Docker container.
    composer run up
  2. Run tests.
    composer run test
  3. When you are done testing, stop the container.
    composer run down