{"id":25734346,"url":"https://github.com/planktonfun/compositeur","last_synced_at":"2026-05-06T19:03:28.556Z","repository":{"id":57042475,"uuid":"83740246","full_name":"planktonfun/compositeur","owner":"planktonfun","description":"composer  parallel update plugin for vcs","archived":false,"fork":false,"pushed_at":"2017-03-11T04:14:26.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-23T13:09:44.464Z","etag":null,"topics":["composer","git","php"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/planktonfun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-03T00:49:54.000Z","updated_at":"2018-06-22T17:40:55.000Z","dependencies_parsed_at":"2022-08-23T23:40:23.771Z","dependency_job_id":null,"html_url":"https://github.com/planktonfun/compositeur","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planktonfun%2Fcompositeur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planktonfun%2Fcompositeur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planktonfun%2Fcompositeur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planktonfun%2Fcompositeur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/planktonfun","download_url":"https://codeload.github.com/planktonfun/compositeur/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240794938,"owners_count":19858718,"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":["composer","git","php"],"created_at":"2025-02-26T04:38:03.901Z","updated_at":"2026-05-06T19:03:23.496Z","avatar_url":"https://github.com/planktonfun.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compositeur\n[![Build Status](https://api.travis-ci.org/planktonfun/compositeur.svg?branch=master)](https://travis-ci.org/planktonfun/compositeur)\n\n[composer](https://getcomposer.org) parallel update plugin for vcs\n\n## Requirements\n\n- composer `\u003e=1.0.0` (includes dev-master)\n- PHP `\u003e=5.3`, (suggest `\u003e=5.5`, because `curl_share_init`)\n- ext-curl\n\n## Install\n\nSimply add a dependency on liuggio/fastest to your project's composer.json file:\n\n\t{\n\t    \"require\": {\n\t\t    \"planktonfun/compositeur\": \"~0.1\",\n\t    }\n\t}\n\nthen run \n\n```bash\n$ composer update --prefer-stable\n```\n\n## Uninstall\n\n```bash\n$ composer remove planktonfun/compositeur\n```\n\n## Benchmark Example\n\nBefore (4m 13.948s)\n\n```bash\n$ time composer update --prefer-stable -o\n```\n\n![vcsbefore](https://cloud.githubusercontent.com/assets/1837825/23534316/07bb9626-fff2-11e6-9447-3fe056b0e0fc.gif)\n\nAfter (7.093s)\n\n```bash\n$ time ./bin/compositeur\n```\n\n![vcsafter](https://cloud.githubusercontent.com/assets/1837825/23534317/09e9ebd2-fff2-11e6-86fd-3fd6cc44febe.gif)\n\n## Config\n\n### `compositeur ^0.1`\n\nThere are no configs.\n\n## Usage\n\n```bash\n$ time ./bin/compositeur\n```\n\n# Known Limitations\n\n## It only updates existing repositories not install them\nCompositeur doesn't install new vendors it just updates them.\nif you need to install new vendors you have to install them manually\n\n```bash\n$ composer install\n```\n\n## Only available in linux systems\nUnfortunately, automating adding of passwords via ssh-agent on windows is not possible via command\nbut there's a workaround\n\n```bash\nssh-keygen -t dsa\n```\nname it `compositeur_dsa` and no passwords\n\nsave it in `~/.ssh/compositeur_dsa`\n\nand save the `~/.ssh/compositeur_dsa.pub` in your vendor site\n\nin my case its https://bitbucket.org\n\nthen your done. try again.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanktonfun%2Fcompositeur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplanktonfun%2Fcompositeur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanktonfun%2Fcompositeur/lists"}