media-store-net/wp-options-manager
Composer 安装命令:
composer require media-store-net/wp-options-manager
包简介
A Simple Way to handle with wp_options table in your plugin or theme
README 文档
README
Description
By developing WordPress Plugins and Themes sometimes you need store your own Project-Settings into the wp_options table. This Tool make it easier to Store and Read options in OOP-environment.
Installation
Easiest way to install is using composer
$ composer require media-store-net/wp-options-manager
you can also add it manually to your composer.json file
"require": {
"php": ">=5.6.0",
...,
"media-store-net/wp-options-manager": "dev-master"
},
then use composer update command on your terminal
Minimum Requirements / Dependencies
- PHP 5.6
- WordPress latest-2
When installed for development, via Composer requires:
- phpunit/phpunit (BSD-3-Clause)
- brain/monkey (MIT)
- inpsyde/php-coding-standards
Documentation
Licence and Copyright
MIT Licence
Copyright (c) 2019 Media-Store.net
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-11