Download the PHP package ixa/wp-config without Composer
On this page you can find all versions of the php package ixa/wp-config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ixa/wp-config
More information about ixa/wp-config
Files in ixa/wp-config
Download ixa/wp-config
More information about ixa/wp-config
Files in ixa/wp-config
Please rate this library. Is it a good library?
Informations about the package wp-config
Ixa WP-Config
WordPress configuration consistent across environments.
Installation
It can be installed using Composer:
$ composer require ixa/wp-config 0.2
Usage
Ixa Wp-Config is meant to be used in wp-config.php
file, this is the recommended way to use it:
`yaml parameters:
Environment
environment: dev
Database Credentials
db_name: wordpress db_user: root db_password: "" db_host: localhost
Site URL
wp_home: http://localhost:1234/
All variables are required and must be placed under `parameters`. This is because the `.env.yml` file can be generated dynamically using [Incenteev/ParameterHandler](https://github.com/Incenteev/ParameterHandler).
All versions of wp-config with dependencies
PHP Build Version
Package Version
Requires
symfony/yaml Version
~2.4
The package ixa/wp-config contains the following files
Loading the files please wait ....