Prestissimo alternatives and similar libraries
Based on the "Dependency Management Extras" category.
Alternatively, view Prestissimo alternatives based on common mentions on social networks and blogs.
-
Satis
Simple static Composer repository generator - For a full private Composer repo use Private Packagist -
Workflow
PHP library for defining and executing workflows with parallel processing capabilities. Allows creation of complex task chains with dependencies, conditional execution, and variable injection. -
Composed
Easily parse your project's Composer configuration, and those of its dependencies, at runtime
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Prestissimo or a related project?
README
prestissimo (composer plugin)
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
, becausecurl_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
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.
*Note that all licence references and agreements mentioned in the Prestissimo README section above
are relevant to that project's source code only.