PHPackages                             quazardous/php-bump-version - 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. quazardous/php-bump-version

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

quazardous/php-bump-version
===========================

PHP Bump version and other GIT helpers

1.0.3(9y ago)611.0k↓46.7%3MIT

Since Feb 6Compare

[ Source](https://github.com/quazardous/php-bump-version)[ Packagist](https://packagist.org/packages/quazardous/php-bump-version)[ RSS](/packages/quazardous-php-bump-version/feed)WikiDiscussions Synced today

READMEChangelogDependencies (1)Versions (5)Used By (3)

PHP Bump version and other GIT helpers
======================================

[](#php-bump-version-and-other-git-helpers)

(c) Quazardous

What for ?
----------

[](#what-for-)

Provides some "helper" commands for `GIT` users to conform with .

So `bump_version` pays attention to GIT operations you may want to do on your `master` or `develop` branches.

It will display the GIT commands you should use to keep your branches in a correct state. In day to day use, you should just have to copy/paste these commands... It's not much but I've found it usefull and I like to share !

`bump_version` assume that `develop` and `master` are correctly setup with `origin` for `git push` and `git pull`.

Install
-------

[](#install)

```
composer require "quazardous/php-bump-version"

```

Usage
-----

[](#usage)

### bump

[](#bump)

A basic version bumper.

After version bumping, `bump_version bump` will display a list of `GIT` commands you should use to complete your release.

```
vendor/bin/bump_version bump [options]

```

Example to bump a minor version (like 0.1.2 to 0.1.3):

```
vendor/bin/bump_version bump -p

```

More info on [Semantic Versioning](http://semver.org/).

### merge\_into

[](#merge_into)

Merge for the lazy one.

Displays the commands to merge the current branch to the target branch and checks if you may have to pull/push.

```
vendor/bin/bump_version merge_into  [options]

```

Example to merge current branch to develop branch:

```
vendor/bin/bump_version merge_into develop

```

### merge\_from

[](#merge_from)

Merge for the lazy one.

Displays the commands to merge the target branch into the current branch and checks if you may have to pull/push.

```
vendor/bin/bump_version merge_from  [options]

```

Example to merge develop branch to current branch:

```
vendor/bin/bump_version merge_from develop

```

Config
------

[](#config)

At first use, `bump_version` will ask you to configure your project and will store this config in `.bump-version.php`.

You can edit this file, it contains some bonus options :p

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

4

Last Release

3548d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/quazardous-php-bump-version/health.svg)

```
[![Health](https://phpackages.com/badges/quazardous-php-bump-version/health.svg)](https://phpackages.com/packages/quazardous-php-bump-version)
```

###  Alternatives

[bramus/mixed-content-scan

Scan your HTTPS-enabled website for Mixed Content

51610.6k](/packages/bramus-mixed-content-scan)[ecoapm/libyear

A simple measure of software dependency freshness

28306.2k](/packages/ecoapm-libyear)[yswery/dns

A DNS server implementation in pure PHP.

2904.0k1](/packages/yswery-dns)[symfony/ux-vue

Integration of Vue.js in Symfony

35959.2k4](/packages/symfony-ux-vue)

PHPackages © 2026

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