PHPackages                             planktonfun/compositeur - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. planktonfun/compositeur

ActiveLibrary

planktonfun/compositeur
=======================

Composer parallel update plugin for vcs

0.01(9y ago)233ShellPHP ^5.3.3 || ^7.0

Since Mar 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/planktonfun/compositeur)[ Packagist](https://packagist.org/packages/planktonfun/compositeur)[ RSS](/packages/planktonfun-compositeur/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Compositeur
===========

[](#compositeur)

[![Build Status](https://camo.githubusercontent.com/84dc54fb397907f70c66941db38846898668984fd4a5cf3077232c1184ed35e8/68747470733a2f2f6170692e7472617669732d63692e6f72672f706c616e6b746f6e66756e2f636f6d706f7369746575722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/planktonfun/compositeur)

[composer](https://getcomposer.org) parallel update plugin for vcs

Requirements
------------

[](#requirements)

- composer `>=1.0.0` (includes dev-master)
- PHP `>=5.3`, (suggest `>=5.5`, because `curl_share_init`)
- ext-curl

Install
-------

[](#install)

Simply add a dependency on liuggio/fastest to your project's composer.json file:

```
{
    "require": {
	    "planktonfun/compositeur": "~0.1",
    }
}

```

then run

```
$ composer update --prefer-stable
```

Uninstall
---------

[](#uninstall)

```
$ composer remove planktonfun/compositeur
```

Benchmark Example
-----------------

[](#benchmark-example)

Before (4m 13.948s)

```
$ time composer update --prefer-stable -o
```

[![vcsbefore](https://cloud.githubusercontent.com/assets/1837825/23534316/07bb9626-fff2-11e6-9447-3fe056b0e0fc.gif)](https://cloud.githubusercontent.com/assets/1837825/23534316/07bb9626-fff2-11e6-9447-3fe056b0e0fc.gif)

After (7.093s)

```
$ time ./bin/compositeur
```

[![vcsafter](https://cloud.githubusercontent.com/assets/1837825/23534317/09e9ebd2-fff2-11e6-86fd-3fd6cc44febe.gif)](https://cloud.githubusercontent.com/assets/1837825/23534317/09e9ebd2-fff2-11e6-86fd-3fd6cc44febe.gif)

Config
------

[](#config)

### `compositeur ^0.1`

[](#compositeur-01)

There are no configs.

Usage
-----

[](#usage)

```
$ time ./bin/compositeur
```

Known Limitations
=================

[](#known-limitations)

It only updates existing repositories not install them
------------------------------------------------------

[](#it-only-updates-existing-repositories-not-install-them)

Compositeur doesn't install new vendors it just updates them. if you need to install new vendors you have to install them manually

```
$ composer install
```

Only available in linux systems
-------------------------------

[](#only-available-in-linux-systems)

Unfortunately, automating adding of passwords via ssh-agent on windows is not possible via command but there's a workaround

```
ssh-keygen -t dsa
```

name it `compositeur_dsa` and no passwords

save it in `~/.ssh/compositeur_dsa`

and save the `~/.ssh/compositeur_dsa.pub` in your vendor site

in my case its

then your done. try again.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3354d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/422a4e725e8f375f575b5871975dbc7307bc515b768e5d2a221c05c9e098e348?d=identicon)[planktonfun](/maintainers/planktonfun)

---

Top Contributors

[![planktonfun](https://avatars.githubusercontent.com/u/1837825?v=4)](https://github.com/planktonfun "planktonfun (22 commits)")[![paulocastroo](https://avatars.githubusercontent.com/u/25338933?v=4)](https://github.com/paulocastroo "paulocastroo (12 commits)")

---

Tags

composergitphp

### Embed Badge

![Health badge](/badges/planktonfun-compositeur/health.svg)

```
[![Health](https://phpackages.com/badges/planktonfun-compositeur/health.svg)](https://phpackages.com/packages/planktonfun-compositeur)
```

###  Alternatives

[ezsystems/behatbundle

Behat bundle for help testing eZ Bundles and projects

44857.4k17](/packages/ezsystems-behatbundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
