composer parallel install plugin.
- composer
>=1.0.0
(includes dev-master) - PHP
>=5.3
, (suggest>=5.5
, becausecurl_share_init
) - ext-curl
$ composer global require hirak/prestissimo
$ composer global remove hirak/prestissimo
288s -> 26s
$ composer create-project laravel/laravel laravel1 --no-progress --profile --prefer-dist
Recognize composer's options. You don't need to set any special configuration.
It is also recommended to use composer's authentication as you may run into access errors otherwise due to request restriction for anonymous user for external services like github.
For github.com you can use an auth.json
with an oauth access token placed on your on the same level as your composer.json
:
{
"github-oauth": {
"github.com": "YOUR_GITHUB_ACCESS_TOKEN"
}
}
MIT License. See the LICENSE file.