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

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

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(8mo ago)012.3k↓12.5%MITPHPPHP ^7.1 || ^8.0

Since Jul 27Pushed 8mo 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 1w 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

46

—

FairBetter than 92% of packages

Maintenance62

Regular maintenance activity

Popularity23

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

242d 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

[symfony/runtime

Enables decoupling PHP applications from global state

740103.0M1.2k](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5346.5M600](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2125.4M213](/packages/drupal-core-project-message)[phpro/grumphp-shim

GrumPHP Phar distribution

284.9M348](/packages/phpro-grumphp-shim)[automattic/jetpack-autoloader

Creates a custom autoloader for a plugin or theme.

566.3M167](/packages/automattic-jetpack-autoloader)[altis/core

Core module for Altis

19233.0k4](/packages/altis-core)

PHPackages © 2026

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