Skip to content

hirak/prestissimo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

93abf7e · Oct 28, 2020
Feb 20, 2016
Feb 18, 2018
Oct 28, 2020
Oct 28, 2020
Jan 31, 2016
May 4, 2019
Aug 26, 2018
Jan 24, 2016
Oct 28, 2020
Jan 22, 2017
Oct 28, 2020
Oct 28, 2020
May 4, 2019
Jul 17, 2020
Feb 16, 2020
Feb 16, 2016
Feb 14, 2016

Repository files navigation

prestissimo (composer plugin)

Build Status Scrutinizer Code Quality Coverage Status Latest Stable Version Total Downloads License

This is a composer 1.x plugin that downloads packages in parallel to speed up the installation process.

This plugin is for Composer1; Composer2 is very fast on its own. Uninstall this plugin and update the Composer itself.

Requirements

  • composer >=1.0.0 <2.0
  • PHP >=5.3, (suggest >=5.5, because curl_share_init)
  • ext-curl

Install, Updating & Upgrading

$ composer global require hirak/prestissimo

Uninstall

$ composer global remove hirak/prestissimo

Benchmark Example

288s -> 26s

$ composer create-project laravel/laravel laravel1 --no-progress --profile --prefer-dist

laravel

Config

prestissimo ^0.3.x

Recognize composer's options. You don't need to set any special configuration.

Composer authentication

To avoid Composer asking for authentication it is recommended to follow the procedure on composer's authentication.

For github.com you could also use an auth.json file with an oauth access token placed on the the same level as your composer.json file:

{
    "github-oauth": {
        "github.com": "YOUR_GITHUB_ACCESS_TOKEN"
    }
}

License

MIT License. See the LICENSE file.