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(6mo ago)012.1k—4.7%MITPHPPHP ^7.1 || ^8.0

Since Jul 27Pushed 6mo 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 today

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

47

—

FairBetter than 93% of packages

Maintenance66

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

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

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

A flexible Composer project scaffold builder.

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

Adds a message after Composer installation.

2124.7M203](/packages/drupal-core-project-message)[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.

3014.6M26](/packages/vaimo-composer-patches)[sandersander/composer-link

Adds ability to link local packages for development with composer

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

GrumPHP Phar distribution

294.7M340](/packages/phpro-grumphp-shim)

PHPackages © 2026

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