johnshopkins/cache-exchange

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

Maintainers

Package info

github.com/johnshopkins/cache-exchange

Homepage

pkg:composer/johnshopkins/cache-exchange

Statistics

Installs: 16 772

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.2.0 2025-10-15 18:12 UTC

This package is auto-updated.

Last update: 2026-02-15 18:51:38 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