prestissimo

composer parallel install plugin

  • 所有者: hirak/prestissimo
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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.

主要指標

概覽
名稱與所有者hirak/prestissimo
主編程語言PHP
編程語言PHP (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2015-11-30 13:35:26
推送於2022-12-03 08:11:28
最后一次提交2020-10-29 00:49:22
發布數34
最新版本名稱0.3.10 (發布於 )
第一版名稱0.1.1 (發布於 )
用户参与
星數6.2k
關注者數98
派生數170
提交數429
已啟用問題?
問題數116
打開的問題數29
拉請求數106
打開的拉請求數11
關閉的拉請求數21
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?