PHPackages                             subitolabs/bump-bundle - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. subitolabs/bump-bundle

ActiveSymfony-bundle[DevOps &amp; Deployment](/categories/devops)

subitolabs/bump-bundle
======================

manage project version, changelog and deploy tag in a git project.

v1.0.0(8y ago)047MITPHPPHP &gt;=5.5.0

Since Mar 5Pushed 8y ago3 watchersCompare

[ Source](https://github.com/subitolabs/bump-bundle)[ Packagist](https://packagist.org/packages/subitolabs/bump-bundle)[ Docs](https://github.com/subitolabs/bump-bundle)[ RSS](/packages/subitolabs-bump-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (2)Used By (0)

SubitolabsBumpBundle
====================

[](#subitolabsbumpbundle)

Symfony bundle to deal with project (git) versioning and changelog. Respect semantic versioning.

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

[](#installation)

Require [`subitolabs/bump-bundle`](https://packagist.org/packages/subitolabs/bump-bundle)to your `composer.json` file:

```
{
    "require": {
        "subitolabs/bump-bundle": "~1.0"
    }
}
```

Register the bundle in `app/AppKernel.php`:

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles[] = new Subitolabs\Bundle\BumpBundle\SubitolabsBumpBundle();
}
```

Console Command
---------------

[](#console-command)

### bump

[](#bump)

```
Usage:
  subitolabs:bump [options] [--]  []

Arguments:
  env                          Environment
  position                     Position to increment: 0=nothing(default), 1=MAJOR, 2=MINOR, 3=PATCH [default: 0]

Options:
      --dry-run                Set to not alter data and git something
      --message[=MESSAGE]      Tag message [default: "Bump to {{tag}} with Subitolabs bump bundle"]
      --tag[=TAG]              How tag is made [default: "{{env}}-{{version}}"]
      --file[=FILE]            File to write version info (JSON encoded) [default: "./app/config/version.yml"]
      --changelog[=CHANGELOG]  CHANGELOG.md path [default: "./CHANGELOG.md"]
  -h, --help                   Display this help message
  -q, --quiet                  Do not output any message
  -V, --version                Display this application version
      --ansi                   Force ANSI output
      --no-ansi                Disable ANSI output
  -n, --no-interaction         Do not ask any interactive question
  -e, --env=ENV                The environment name [default: "dev"]
      --no-debug               Switches off debug mode
  -v|vv|vvv, --verbose         Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Help:
  Bump version according semantic versioning (http://semver.org/) - create git tag.

```

### changelog

[](#changelog)

```
Usage:
  subitolabs:changelog [options]

Options:
      --changelog[=CHANGELOG]  CHANGELOG.md path [default: "./CHANGELOG.md"]
  -h, --help                   Display this help message
  -q, --quiet                  Do not output any message
  -V, --version                Display this application version
      --ansi                   Force ANSI output
      --no-ansi                Disable ANSI output
  -n, --no-interaction         Do not ask any interactive question
  -e, --env=ENV                The environment name [default: "dev"]
      --no-debug               Switches off debug mode
  -v|vv|vvv, --verbose         Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Help:
  Write full changelog based on git tags and git logs.

```

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

[](#configuration)

Nothing to configure.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3038d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1219817?v=4)[Thomas Decaux](/maintainers/ebuildy)[@ebuildy](https://github.com/ebuildy)

---

Top Contributors

[![ebuildy](https://avatars.githubusercontent.com/u/1219817?v=4)](https://github.com/ebuildy "ebuildy (5 commits)")

---

Tags

changelogci-cdgitsemversymfony-bundlebundlegitcommandciversioncdbump

### Embed Badge

![Health badge](/badges/subitolabs-bump-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/subitolabs-bump-bundle/health.svg)](https://phpackages.com/packages/subitolabs-bump-bundle)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[kimai/kimai

Kimai - Time Tracking

4.8k8.7k1](/packages/kimai-kimai)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)[chameleon-system/chameleon-base

The Chameleon System core.

1027.9k4](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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