Download the PHP package artprima/ixa-wp-config without Composer
On this page you can find all versions of the php package artprima/ixa-wp-config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download artprima/ixa-wp-config
More information about artprima/ixa-wp-config
Files in artprima/ixa-wp-config
Download artprima/ixa-wp-config
More information about artprima/ixa-wp-config
Files in artprima/ixa-wp-config
Vendor artprima
Package ixa-wp-config
Short Description WordPress Configurator Alternative
License MIT
Package ixa-wp-config
Short Description WordPress Configurator Alternative
License MIT
Please rate this library. Is it a good library?
Informations about the package ixa-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 ixa-wp-config with dependencies
PHP Build Version
Package Version
Requires
symfony/yaml Version
~2.4
The package artprima/ixa-wp-config contains the following files
Loading the files please wait ....