PHPackages                             janalis/bumpversion - 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. [CLI &amp; Console](/categories/cli)
4. /
5. janalis/bumpversion

ActiveProject[CLI &amp; Console](/categories/cli)

janalis/bumpversion
===================

A small command line tool aiming to simplify releasing process by updating all version strings in your source code by the correct increment.

00PHPCI failing

Since Jul 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/janalis/bumpversion)[ Packagist](https://packagist.org/packages/janalis/bumpversion)[ RSS](/packages/janalis-bumpversion/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Bumpversion
===========

[](#bumpversion)

A small command line tool aiming to simplify releasing process by updating all version strings in your source code by the correct increment.

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

[](#installation)

Require package with composer:

```
$ composer require --dev janalis/bumpversion
```

Create a configuration file:

```
$ bin/bumpversion init
```

This creates a configuration file `bumpversion.yaml`

Use
---

[](#use)

### Bump version:

[](#bump-version)

```
$ bin/bumpversion bump --type=patch
```

type must be one of `patch`, `minor` or `major`

This increments patch number of version.

### Bump version with a pre-release identifier:

[](#bump-version-with-a-pre-release-identifier)

```
$ bin/bumpversion bump --type=major --pre-release=alpha
```

This increments major number of version and adds a `-alpha.1` suffix to version.

### Bump version with a custom configuration file:

[](#bump-version-with-a-custom-configuration-file)

```
$ bin/bumpversion bump --configuration=~/bumpversion.yaml
```

This reads configuration from `~/bumversion.yaml`.

Alternatives
------------

[](#alternatives)

- [peritus/bumpversion](https://pypi.org/project/bumpversion/) Original program that inspired this project
- [quazardous/php-bump-version](https://github.com/quazardous/php-bump-version) An other php version bumper

Contribute
----------

[](#contribute)

This project uses [symfony coding standard](https://symfony.com/doc/current/contributing/code/standards.html).

Contributions are welcomed!

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b023ac33f51d4b598739516cfeeae103c2fa5a8a2267fd65a195664ba446753?d=identicon)[phcorp](/maintainers/phcorp)

---

Top Contributors

[![phcorp](https://avatars.githubusercontent.com/u/725023?v=4)](https://github.com/phcorp "phcorp (3 commits)")

### Embed Badge

![Health badge](/badges/janalis-bumpversion/health.svg)

```
[![Health](https://phpackages.com/badges/janalis-bumpversion/health.svg)](https://phpackages.com/packages/janalis-bumpversion)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.3k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)[macopedia/magento2-categoryimporter

Category Importer for Magento 2

344.7k](/packages/macopedia-magento2-categoryimporter)

PHPackages © 2026

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