felixarntz/wp-psr-cache

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "wp-psr-cache",
  "description": "Object cache implementation for WordPress that acts as an adapter for PSR-6 and PSR-16 caching libraries.",
  "version": "1.0.0",
  "type": "wordpress-muplugin",
  "license": "GPL-2.0-or-later",
  "keywords": [
    "wordpress",
    "mu-plugin",
    "cache",
    "psr-6",
    "psr-16",
    "adapter"
  ],
  "homepage": "https://github.com/felixarntz/wp-psr-cache",
  "author": "Felix Arntz <felix-arntz@leaves-and-love.net> (https://leaves-and-love.net)",
  "devDependencies": {
    "all-contributors-cli": "^4.10.1"
  }
}