定制 hirak/prestissimo 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hirak/prestissimo

最新稳定版本:0.3.10

Composer 安装命令:

composer require hirak/prestissimo

包简介

composer parallel install plugin for Composer 1.x

README 文档

README

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.

Announcement: Composer 2 is now available!

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.

统计信息

  • 总下载量: 19.42M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6324
  • 点击次数: 1
  • 依赖项目数: 16
  • 推荐数: 18

GitHub 信息

  • Stars: 6270
  • Watchers: 101
  • Forks: 176
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-11-30