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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?