Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Prestissimo | 6,331 | 76 | 45 | 2 years ago | 36 | February 16, 2020 | 38 | mit | PHP | |
composer parallel install plugin | ||||||||||
Vagrant Parallels | 979 | 3 | a month ago | 80 | August 18, 2021 | 12 | mit | Ruby | ||
Vagrant Parallels Provider | ||||||||||
Zsh Snap | 968 | 3 months ago | 8 | mit | Shell | |||||
⚡️ Znap! Fast, easy-to-use tools for Zsh dotfiles & plugins, plus git repos | ||||||||||
Webpack Parallel Uglify Plugin | 461 | 338 | 284 | 2 years ago | 27 | December 06, 2020 | 2 | JavaScript | ||
A faster uglifyjs plugin. | ||||||||||
Webpack Uglify Parallel | 143 | 235 | 93 | 4 years ago | 5 | September 15, 2017 | 5 | mit | JavaScript | |
Identical to standard uglify webpack plugin, with an option to build multiple files in parallel | ||||||||||
Ue4_sortingcomputeshader | 61 | 3 years ago | other | C++ | ||||||
A compute shader plugin that is capable of sorting positional data in parallel directly on the GPU. | ||||||||||
Broccoli Babel Transpiler | 57 | 6,477 | 193 | a month ago | 64 | April 07, 2022 | 18 | mit | JavaScript | |
Broccoli plugin for Babel | ||||||||||
Parallel Test Executor Plugin | 51 | 3 months ago | 19 | Java | ||||||
Parallel test executor plugin | ||||||||||
Pennylane Lightning | 47 | 2 | 2 days ago | 16 | April 25, 2022 | 29 | apache-2.0 | C++ | ||
The PennyLane-Lightning plugin provides a fast state-vector simulator written in C++ for use with PennyLane | ||||||||||
Extio_rtl_tcp | 41 | 23 days ago | gpl-2.0 | C++ | ||||||
ExtIO plugin for Winrad/HDSDR connecting to librtlsdr's rtl_tcp |
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.
>=1.0.0 <2.0
>=5.3
, (suggest >=5.5
, because curl_share_init
)$ composer global require hirak/prestissimo
$ composer global remove hirak/prestissimo
288s -> 26s
$ composer create-project laravel/laravel laravel1 --no-progress --profile --prefer-dist
prestissimo ^0.3.x
Recognize composer's options. You don't need to set any special configuration.
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"
}
}
MIT License. See the LICENSE file.