wpsmith/datastore

An object oriented library for dealing with WordPress options and caching.

dev-master 2020-06-27 18:51 UTC

This package is auto-updated.

Last update: 2024-03-28 02:58:37 UTC


README

Build Status Latest Stable Version Scrutinizer Code Quality Code Coverage License

An object oriented library for dealing with WordPress options and caching.

Requirements

  • PHP 7.2.0 or above
  • WordPress 4.4 or higher (for transient keys longer than 64 characters).

Installation

The best way to use this package is through Composer:

$ composer require wpsmith/DataStore

Credits

Heavily built upon WordPress Data Storage.