WP Manifestindependent plugin directory

WpEnv

Environment-specific control for WordPress installs

by aaemnnosttv · github.com/aaemnnosttv/wpenv

4stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/aaemnnosttv/wpenv/archive/refs/heads/master.zip

From the readme

WPEnv Environment-specific Control for WordPress Inspired by phpdotenv for establishing environment variables, WPEnv allows WordPress-specific configuration at the environment level. At present, WPEnv simply provides a way for manipulating WordPress options (getoption()), by hard-coding the values in a .wpenv.yml file. Unlike Dotenv, WPEnv values are defined in a Yaml file, which allows us to store complex values like arrays, integers or boolean values, rather than just strings. WPEnv modifies the return value of the options we want to control. Simple values are replaced by the values defined in .wpenv.yml. Arrays are merged on top of the returned value (if it is an array), otherwise all defined values simply become the returned value. Getting Started

Read the full README on GitHub →

Releases

TagPublished
v0.2 Jul 31, 2015
v0.1 Feb 3, 2015

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.