wpsmith / datastore
An object oriented library for dealing with WordPress options and caching.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/wpsmith/datastore
Requires
- php: >=7.2.0
 - wpsmith/singleton: *
 
Requires (Dev)
- 10up/wp_mock: 0.4.2
 - automattic/vipwpcs: *
 - brain/monkey: ^2.2
 - dealerdirect/phpcodesniffer-composer-installer: ^0.5
 - mikey179/vfsstream: ~1
 - mockery/mockery: *
 - phan/phan: *
 - phpcompatibility/php-compatibility: *
 - phpcompatibility/phpcompatibility-wp: ^2.0
 - phpunit/phpunit: 5.*|6.*|7.*
 - spatie/phpunit-snapshot-assertions: ^2
 - squizlabs/php_codesniffer: ^3.3
 - wp-coding-standards/wpcs: ^2
 
This package is auto-updated.
Last update: 2025-10-28 06:30:26 UTC
README
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.