{"id":13405427,"url":"https://github.com/hirak/prestissimo","last_synced_at":"2025-05-12T13:15:39.359Z","repository":{"id":45673516,"uuid":"47120661","full_name":"hirak/prestissimo","owner":"hirak","description":"composer parallel install plugin","archived":false,"fork":false,"pushed_at":"2022-12-03T08:11:28.000Z","size":3573,"stargazers_count":6162,"open_issues_count":40,"forks_count":170,"subscribers_count":98,"default_branch":"master","last_synced_at":"2025-04-23T15:56:22.507Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hirak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-30T13:35:26.000Z","updated_at":"2025-04-19T06:27:45.000Z","dependencies_parsed_at":"2023-01-23T15:01:37.095Z","dependency_job_id":null,"html_url":"https://github.com/hirak/prestissimo","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirak%2Fprestissimo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirak%2Fprestissimo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirak%2Fprestissimo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirak%2Fprestissimo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hirak","download_url":"https://codeload.github.com/hirak/prestissimo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253745196,"owners_count":21957319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T19:02:01.812Z","updated_at":"2025-05-12T13:15:39.291Z","avatar_url":"https://github.com/hirak.png","language":"PHP","funding_links":[],"categories":["PHP","Table of Contents","Dependency Management Extras","Composer","其他的依赖管理 Dependency Management Extras","Plugins","目录","Uncategorized","Packages","依赖管理( Dependency Management )","Command Line Tools"],"sub_categories":["Dependency Management Extras","Support","依赖关系管理临时演员 dependency-management-extras","Uncategorized","Helpers/General"],"readme":"prestissimo (composer plugin)\n=================================\n\n[![Build Status](https://travis-ci.org/hirak/prestissimo.svg?branch=master)](https://travis-ci.org/hirak/prestissimo)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/hirak/prestissimo/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/hirak/prestissimo/?branch=master)\n[![Coverage Status](https://coveralls.io/repos/github/hirak/prestissimo/badge.svg?branch=master)](https://coveralls.io/github/hirak/prestissimo?branch=master)\n[![Latest Stable Version](https://poser.pugx.org/hirak/prestissimo/v/stable)](https://packagist.org/packages/hirak/prestissimo)\n[![Total Downloads](https://poser.pugx.org/hirak/prestissimo/downloads)](https://packagist.org/packages/hirak/prestissimo)\n[![License](https://poser.pugx.org/hirak/prestissimo/license)](https://packagist.org/packages/hirak/prestissimo)  \n\nThis is a [composer 1.x](https://getcomposer.org) plugin that downloads packages in parallel to speed up the installation process. \n\n## Announcement: [Composer 2 is now available!](https://blog.packagist.com/composer-2-0-is-now-available/)\n\n**This plugin is for Composer1; Composer2 is very fast on its own. Uninstall this plugin and update the Composer itself.**\n\n\n## Requirements\n\n- composer `\u003e=1.0.0 \u003c2.0`\n- PHP `\u003e=5.3`, (suggest `\u003e=5.5`, because `curl_share_init`)\n- ext-curl\n\n\n## Install, Updating \u0026 Upgrading\n\n```bash\n$ composer global require hirak/prestissimo\n```\n\n\n## Uninstall\n\n```bash\n$ composer global remove hirak/prestissimo\n```\n\n\n## Benchmark Example\n\n288s -\u003e 26s\n\n```bash\n$ composer create-project laravel/laravel laravel1 --no-progress --profile --prefer-dist\n```\n\n![laravel](https://cloud.githubusercontent.com/assets/835251/12534815/55071302-c2ad-11e5-96a4-72e2c8744d5f.gif)\n\n\n## Config\n\n### `prestissimo ^0.3.x`\n\nRecognize composer's options. You don't need to set any special configuration.\n\n- [config.capath](https://getcomposer.org/doc/06-config.md#capath)\n- [config.cafile](https://getcomposer.org/doc/06-config.md#cafile)\n\n\n## Composer authentication\n\nTo avoid Composer asking for authentication it is recommended to follow the procedure on [composer's authentication](https://getcomposer.org/doc/articles/troubleshooting.md#api-rate-limit-and-oauth-tokens).\n\nFor github.com you could also use an `auth.json` file with an [oauth access token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/) placed on the the same level as your `composer.json` file:\n\n```json\n{\n    \"github-oauth\": {\n        \"github.com\": \"YOUR_GITHUB_ACCESS_TOKEN\"\n    }\n}\n```\n\n## License\n\nMIT License. See the LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhirak%2Fprestissimo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhirak%2Fprestissimo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhirak%2Fprestissimo/lists"}