cmandersen / wordpress-installer
Wordpress CMS installer.
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cmandersen/wordpress-installer
Requires
- guzzlehttp/guzzle: ~4.0
- guzzlehttp/progress-subscriber: ^1.1
- symfony/console: ~2.3
- symfony/process: ~2.3
- wp-cli/wp-cli: ^0.20.1
This package is auto-updated.
Last update: 2025-10-07 18:47:49 UTC
README
This package works as an installer for the Wordpress CMS.
Installation
Download the Wordpress installer via Composer:
composer global require cmandersen/wordpress-installer
Make sure to place the ~/.composer/vendor/bin directory in your PATH so the wordpress executable can be located by your system.
Usage
Once installed, the simple wordpress new command will create a fresh Wordpress installation in the directory you specify. For instance, wordpress new blog will create a directory named blog containing a fresh Wordpress installation.
wordpress new blog
After Wordpress has been downloaded and unpacked, the script will then offer installing Wordpress. It will ask you for the information it needs (database name, username etc.)
If you don't want to deal with it, you can either answer "no" or run the command with the --no-setup parameter.