wpsmith / datastore
An object oriented library for dealing with WordPress options and caching.
dev-master
2020-06-27 18:51 UTC
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: 2024-10-28 04:21:39 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.