PHPackages                             ichhabrecht/composer-git-flow-plugin - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ichhabrecht/composer-git-flow-plugin

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

ichhabrecht/composer-git-flow-plugin
====================================

This plugin allows to use repositories using the Git Flow workflow (or any other branching model) with Composer

2.1.0(9y ago)25.1k4MITPHP

Since Jul 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/IchHabRecht/composer-git-flow-plugin)[ Packagist](https://packagist.org/packages/ichhabrecht/composer-git-flow-plugin)[ RSS](/packages/ichhabrecht-composer-git-flow-plugin/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

composer-git-flow-plugin
========================

[](#composer-git-flow-plugin)

This plugin allows to use repositories using the Git Flow workflow (or any other branching model) with Composer.

Installation
------------

[](#installation)

First you have to require the plugin.

```
$ composer require ichhabrecht/composer-git-flow-plugin
```

Usage
-----

[](#usage)

To define the repositories for which the plugin should change the used branch, it is necessary to require those with `dev-master` constraint.

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "[path-to-your-repository]"
    }
  ],
  "require": {
    "vendor/package": "dev-master"
  }
}
```

To select the branch your repositories should use, you have to call the composer command `git-flow-update` which makes sure only repositories with *dev-master* dependency constraints are updated. To specify the branch prefix use the option `stability` of the command.

```
$ composer git-flow-update --stability develop
```

If you want to checkout your repositories with the latest release branch you can simply set the stability to `release`. The plugin searches for any available branch with the stability prefix with a fallback to master branch if no other suitable branch was found.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

Every ~4 days

Total

5

Last Release

3601d ago

Major Versions

1.0.1 → 2.0.02016-08-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1453345?v=4)[Nicole Hummel](/maintainers/IchHabRecht)[@IchHabRecht](https://github.com/IchHabRecht)

---

Top Contributors

[![IchHabRecht](https://avatars.githubusercontent.com/u/1453345?v=4)](https://github.com/IchHabRecht "IchHabRecht (19 commits)")

### Embed Badge

![Health badge](/badges/ichhabrecht-composer-git-flow-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/ichhabrecht-composer-git-flow-plugin/health.svg)](https://phpackages.com/packages/ichhabrecht-composer-git-flow-plugin)
```

###  Alternatives

[symfony/runtime

Enables decoupling PHP applications from global state

74694.9M938](/packages/symfony-runtime)[ergebnis/composer-normalize

Provides a composer plugin for normalizing composer.json.

1.1k40.0M2.6k](/packages/ergebnis-composer-normalize)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M526](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.0M193](/packages/drupal-core-project-message)[sandersander/composer-link

Adds ability to link local packages for development with composer

94441.4k](/packages/sandersander-composer-link)[phpro/grumphp-shim

GrumPHP Phar distribution

284.6M333](/packages/phpro-grumphp-shim)

PHPackages © 2026

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