prestissimo

composer parallel install plugin

  • Owner: hirak/prestissimo
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

prestissimo (composer plugin)

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

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

Requirements

  • composer >=1.0.0 (includes dev-master)
  • PHP >=5.3, (suggest >=5.5, because curl_share_init)
  • ext-curl

Install

$ 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.

Main metrics

Overview
Name With Ownerhirak/prestissimo
Primary LanguagePHP
Program languagePHP (Language Count: 3)
Platform
License:MIT License
所有者活动
Created At2015-11-30 13:35:26
Pushed At2022-12-03 08:11:28
Last Commit At2020-10-29 00:49:22
Release Count34
Last Release Name0.3.10 (Posted on )
First Release Name0.1.1 (Posted on )
用户参与
Stargazers Count6.2k
Watchers Count98
Fork Count170
Commits Count429
Has Issues Enabled
Issues Count116
Issue Open Count29
Pull Requests Count106
Pull Requests Open Count11
Pull Requests Close Count21
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private