Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matthijs110/wordpress-downloader
- Owner: matthijs110
- License: mit
- Archived: true
- Created: 2016-07-27T19:42:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T14:30:07.000Z (over 7 years ago)
- Last Synced: 2024-09-26T16:01:28.308Z (about 1 month ago)
- Topics: composer, downloader, php7, symfony-console, wordpress, wordpress-downloader
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```