PHPackages                             kduma/git-flow-tool - 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. kduma/git-flow-tool

ActiveProject[Utility &amp; Helpers](/categories/utility)

kduma/git-flow-tool
===================

GIT Flow tools for Laravel

v0.0.5(1y ago)0156MITPHPCI passing

Since Nov 12Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/kduma-OSS/CLI-git-flow-tool)[ Packagist](https://packagist.org/packages/kduma/git-flow-tool)[ Docs](https://github.com/kduma-OSS/CLI-git-flow-tool)[ RSS](/packages/kduma-git-flow-tool/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (5)DependenciesVersions (8)Used By (0)

GitFlow Tool
============

[](#gitflow-tool)

Useful helper for using gitflow-like branching model in a project. It is a simple shell script that helps you to create, finish and publish branches in a git repository. It supports automatically bumping version tag and pushing from and to correct branches.

Check full documentation here: [opensource.duma.sh/apps/git-flow](https://opensource.duma.sh/apps/git-flow)

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

[](#installation)

in your project install the tool by running:

```
composer require kduma/git-flow-tool
```

and then use it by running:

```
vendor/bin/git-flow-tool
```

Configuration
-------------

[](#configuration)

In root directory of your project create `.git-flow-tool.json` file with following content:

```
{
    "versionProvider": "php-array?filename=config/app.php&key=version",
    "gitFlow": "branch[develop]=develop&branch[master]=main&prefix[feature]=feature/&prefix[release]=release/&prefix[hotfix]=hotfix/&prefix[support]=support/&prefix[versionTag]=v&suffix[versionTag]=-src",
    "git": "author[name]=BOT&author[email]=bot@localhost"
}
```

Update it to match your project configuration.

Usage
-----

[](#usage)

```
vendor/bin/git-flow-tool release
```

or

```
vendor/bin/git-flow-tool hotfix
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance53

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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 ~28 days

Total

5

Last Release

437d ago

### Community

Maintainers

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

---

Top Contributors

[![kduma](https://avatars.githubusercontent.com/u/1062582?v=4)](https://github.com/kduma "kduma (21 commits)")

---

Tags

KDumalaravel-git-flow-tools

### Embed Badge

![Health badge](/badges/kduma-git-flow-tool/health.svg)

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

###  Alternatives

[aws/aws-sdk-php-symfony

A Symfony bundle for v3 of the AWS SDK for PHP

36517.7M22](/packages/aws-aws-sdk-php-symfony)[beberlei/porpaginas

Library that generically solves several pagination issues with DAO/repository abstractions.

163612.6k11](/packages/beberlei-porpaginas)[dantleech/what-changed

Report changes in your dependencies

122400.6k1](/packages/dantleech-what-changed)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)[apimatic/jsonmapper

Map nested JSON structures onto PHP classes

248.0M56](/packages/apimatic-jsonmapper)[kartsims/easysvg

PHP library to generate SVG XML

101424.2k1](/packages/kartsims-easysvg)

PHPackages © 2026

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