2017 © Pedro Peláez
 

library wp-config-boilerplate

Creates a wp-config.php template

image

dnaber/wp-config-boilerplate

Creates a wp-config.php template

  • Thursday, July 14, 2016
  • by dnaber-de
  • Repository
  • 0 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

wp-config.php boilerplate

PHP commandline script that fetches WP security salts from https://api.wordpress.org/secret-key/1.1/salt/ , the wp-config.php template from https://gist.github.com/dnaber-de/e4a78f2354c5c5c1503f and sticks both together in a wp-config.php file in your current working directory. Requires git PHP 5.6 and the CURL extension., (*1)

Usage

$ wpconfig 

This will create a wp-config.php in your current working directory. It will not override an existing one., (*2)

$ wpconfig /path/to/wp-config.php

Creates the specified file, if not exists., (*3)

Options

$ wpconfig -h|--help

Prints a helping message, (*4)

$ wpconfig -q|--quiet

Suppress all output from the script, even error messages., (*5)

Installation

Git

Clone the repository and symlink bin/wpconfig into your binary directory (e.g. /usr/local/bin or ~/bin`)., (*6)

Composer

Run, (*7)

$ composer global require dnaber/wp-config-boilerplate

The Versions

14/07 2016

dev-master

9999999-dev

Creates a wp-config.php template

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *

 

14/07 2016

1.1.0

1.1.0.0

Creates a wp-config.php template

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *

 

14/07 2016

1.0.0

1.0.0.0

Creates a wp-config.php template

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *