This is a composer plugin that downloads packages in parallel to speed up the installation process.
- composer
>=1.0.0(includes dev-master) - PHP
>=5.3, (suggest>=5.5, becausecurl_share_init) - ext-curl
$ composer global require driskell/prestissimo$ composer global remove driskell/prestissimo288s -> 26s
$ composer create-project laravel/laravel laravel1 --no-progress --profile --prefer-distRecognize 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.

