PHPackages                             dynamics-unlimited/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. dynamics-unlimited/composer-git-flow-plugin

ActiveComposer-plugin

dynamics-unlimited/composer-git-flow-plugin
===========================================

(Fork of ichhabrecht/composer-git-flow-plugin) This plugin allows to use repositories using the Git Flow workflow (or any other branching model) with Composer

2.4.0(5mo ago)011.6k↑12.5%MITPHPPHP ^7.1 || ^8.0

Since Jul 27Pushed 5mo agoCompare

[ Source](https://github.com/dynamics-unlimited/composer-git-flow-plugin)[ Packagist](https://packagist.org/packages/dynamics-unlimited/composer-git-flow-plugin)[ RSS](/packages/dynamics-unlimited-composer-git-flow-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (10)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 dynamics-unlimited/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

49

—

FairBetter than 95% of packages

Maintenance73

Regular maintenance activity

Popularity24

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 90.5% 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 ~429 days

Recently: every ~853 days

Total

9

Last Release

150d ago

Major Versions

1.0.1 → 2.0.02016-08-07

PHP version history (2 changes)2.2.0PHP ^5.5 || ^7.0 || ^8.0

2.4.0PHP ^7.1 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ecc7ff277a409834ccb2abc0a923a70bf57477a3865309dc04cf25cceafde151?d=identicon)[kairnial](/maintainers/kairnial)

---

Top Contributors

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

---

Tags

composerdev-environment-setupforkgitflowplugin

### Embed Badge

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

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

###  Alternatives

[humbug/box

Fast, zero config application bundler with PHARs.

1.3k801.5k69](/packages/humbug-box)[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M16](/packages/vaimo-composer-patches)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M446](/packages/drupal-core-composer-scaffold)[roots/wordpress-core-installer

A Composer custom installer to handle installing WordPress as a dependency

4115.6M19](/packages/roots-wordpress-core-installer)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)

PHPackages © 2026

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