Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthijs110/wordpress-downloader

Grab WordPress the fast way
https://github.com/matthijs110/wordpress-downloader

composer downloader php7 symfony-console wordpress wordpress-downloader

Last synced: about 1 month ago
JSON representation

Grab WordPress the fast way

Awesome Lists containing this project

README

        


Total Downloads
Latest Stable Version
License

# WordPress Downloader (Console)
Symfony console application that will grab a fresh [WordPress](https://wordpress.org/) installation.
```sh
$ wordpress install [options]
```

### Requirements
* PHP 7
* PHP [ZipArchive](http://php.net/manual/en/class.ziparchive.php)
* [Composer](https://getcomposer.org/)

### Installation
Install this package globally
```sh
$ composer global require matthijs110/wordpress-downloader
```

### Usage
Download the latest version
```sh
$ wordpress install
```

Specify a specific version (e.g. 4.7)
```sh
$ wordpress install --release=4.7
```