PHPackages                             eliashaeussler/version-bumper - 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. eliashaeussler/version-bumper

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

eliashaeussler/version-bumper
=============================

Composer plugin to bump project versions during release preparations

3.1.1(5mo ago)6409.8k↑29.4%[1 issues](https://github.com/eliashaeussler/version-bumper/issues)20GPL-3.0-or-laterPHPPHP ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0CI passing

Since Sep 23Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/eliashaeussler/version-bumper)[ Packagist](https://packagist.org/packages/eliashaeussler/version-bumper)[ RSS](/packages/eliashaeussler-version-bumper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (18)Versions (20)Used By (20)

Version Bumper
==============

[](#version-bumper)

[![Coverage](https://camo.githubusercontent.com/694ae73be235e5ce7f603f2466b82a9bc3a58ac152dc751ade4050545c01bf3b/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c73436f7665726167652f6769746875622f656c6961736861657573736c65722f76657273696f6e2d62756d7065723f6c6f676f3d636f766572616c6c73)](https://coveralls.io/github/eliashaeussler/version-bumper)[![CGL](https://camo.githubusercontent.com/103f758aa2086312d9dea5e119113cfeaeea39333b1617202692a5c3a839c9df/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f656c6961736861657573736c65722f76657273696f6e2d62756d7065722f63676c2e79616d6c3f6c6162656c3d63676c266c6f676f3d676974687562)](https://github.com/eliashaeussler/version-bumper/actions/workflows/cgl.yaml)[![Tests](https://camo.githubusercontent.com/3a05994699b6ea5dbe7ad01b42c64caa4668c45407e4e259abe012d2481eaddc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f656c6961736861657573736c65722f76657273696f6e2d62756d7065722f74657374732e79616d6c3f6c6162656c3d7465737473266c6f676f3d676974687562)](https://github.com/eliashaeussler/version-bumper/actions/workflows/tests.yaml)[![Supported PHP Versions](https://camo.githubusercontent.com/696c2ad53a3d8d5b3e6c13f670ffdb36579eb02203fd5b6cef8644b8bbad671e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f656c6961736861657573736c65722f76657273696f6e2d62756d7065722f7068703f6c6f676f3d706870)](https://packagist.org/packages/eliashaeussler/version-bumper)

A Composer plugin to bump project versions during release preparations. Provides a Composer command `bump-version` and offers an easy-to-use PHP API for integration in other frameworks.

🔥 Installation
--------------

[](#-installation)

[![Packagist](https://camo.githubusercontent.com/694f9e01c955feb9cf566b833df13d6f35eac531857c5cd009b5108bf15ecc28/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c6961736861657573736c65722f76657273696f6e2d62756d7065723f6c6162656c3d76657273696f6e266c6f676f3d7061636b6167697374)](https://packagist.org/packages/eliashaeussler/version-bumper)[![Packagist Downloads](https://camo.githubusercontent.com/2cb140a1e38b68c474ec87cb9fbe4ca6ace7b3d9578a933d0ca9d6b2beecc352/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656c6961736861657573736c65722f76657273696f6e2d62756d7065723f636f6c6f723d627269676874677265656e)](https://packagist.org/packages/eliashaeussler/version-bumper)

```
composer require --dev eliashaeussler/version-bumper
```

⚡ Quickstart
------------

[](#-quickstart)

Add a `version-bumper.yaml` config file:

```
# version-bumper.yaml

presets:
  - composer-package

releaseOptions:
  commitMessage: '[RELEASE] Release of my-fancy-library {%version%}'
```

Bump next major/minor/patch version:

```
composer bump-version [major|minor|patch] --release
```

📝 Documentation
---------------

[](#-documentation)

- Usage
    - [Console command](docs/cli.md)
    - [PHP API](docs/api.md)
    - [Version range](docs/version-range.md)
- Configuration
    - [Config file](docs/config-file.md)
    - [Presets](docs/presets.md)
    - [Schema](docs/schema.md)

🧑‍💻 Contributing
----------------

[](#‍-contributing)

Please have a look at [`CONTRIBUTING.md`](CONTRIBUTING.md).

⭐ License
---------

[](#-license)

This project is licensed under [GNU General Public License 3.0 (or later)](LICENSE).

###  Health Score

55

—

FairBetter than 98% of packages

Maintenance78

Regular maintenance activity

Popularity41

Moderate usage in the ecosystem

Community23

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 68.3% 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 ~26 days

Recently: every ~40 days

Total

18

Last Release

160d ago

Major Versions

1.3.1 → 2.0.02025-01-12

2.4.0 → 3.0.02025-06-28

PHP version history (4 changes)1.0.0PHP ~8.1.0 || ~8.2.0 || ~8.3.0

1.3.1PHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0

3.0.0PHP ~8.2.0 || ~8.3.0 || ~8.4.0

3.1.0PHP ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/144cefe55242b883c87cb537463f3ba75a0f8198fc5b602b50c838aae31fe7ee?d=identicon)[eliashaeussler](/maintainers/eliashaeussler)

---

Top Contributors

[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (267 commits)")[![eliashaeussler](https://avatars.githubusercontent.com/u/16313625?v=4)](https://github.com/eliashaeussler "eliashaeussler (123 commits)")[![mteu](https://avatars.githubusercontent.com/u/2636487?v=4)](https://github.com/mteu "mteu (1 commits)")

---

Tags

bumpcomposer-pluginreleasesemverversion

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eliashaeussler-version-bumper/health.svg)

```
[![Health](https://phpackages.com/badges/eliashaeussler-version-bumper/health.svg)](https://phpackages.com/packages/eliashaeussler-version-bumper)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[cognesy/instructor-php

The complete AI toolkit for PHP: unified LLM API, structured outputs, agents, and coding agent control

310107.9k1](/packages/cognesy-instructor-php)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

96374.6k23](/packages/friendsoftypo3-content-blocks)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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