PHPackages                             fluxter/fxrelease - 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. fluxter/fxrelease

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

fluxter/fxrelease
=================

A small symfony helper CLI tool

1.1.0(5y ago)2359PHP

Since Dec 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Fluxter/fxrelease)[ Packagist](https://packagist.org/packages/fluxter/fxrelease)[ RSS](/packages/fluxter-fxrelease/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (5)Used By (0)

Git Release script
==================

[](#git-release-script)

How to install
--------------

[](#how-to-install)

Require the package

```
$ composer global require fluxter/fxrelease
```

After that, make sure composer vendor bin is inside your path!

```
$ export PATH="$PATH:$HOME/.composer/vendor/bin"
```

Voila!

```
$ fxrelease
```

should work now

How to update
-------------

[](#how-to-update)

```
$ composer global update fluxter/fxrelease
```

.fxrelease file
---------------

[](#fxrelease-file)

### Project ID (required)

[](#project-id-required)

```
{
    "projectId": 15,
}
```

### URL (required)

[](#url-required)

```
{
    "url": "https://gitlab.com",
}
```

### Single version file

[](#single-version-file)

```
{
    "versionFile": "composer.json",
    "versionPattern": "\"version\": \"FXRELEASE_VERSION_HERE\"",
}
```

### Mulitple version files

[](#mulitple-version-files)

```
{
    "versionFiles": [
        {
            "file": "composer.json",
            "pattern": "\"version\": \"FXRELEASE_VERSION_HERE\"",
        },
        {
            "file": "second_file.blub",
            "pattern": "my_version_is: FXRELEASE_VERSION_HERE",
        }
    ]
}
```

### Master branch (defaults to master)

[](#master-branch-defaults-to-master)

```
{
    "masterBranch": "prod"
}
```

### Label Map (this example is the default)

[](#label-map-this-example-is-the-default)

```
{
    "labelMap": {
        "bug": "BUG",
        "suggestion": "NEU",
        "enhancement": "VERBESSERUNG"
    }
}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Every ~6 days

Total

3

Last Release

1957d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80dd871b30d40573fb6a72e1f54e647aa1405c95c769703d453cbec82ae0faa5?d=identicon)[Fluxter](/maintainers/Fluxter)

![](https://www.gravatar.com/avatar/7ec192f6021533e0053cd0453c3d4911ed00547f5656d230c654939d177c5e87?d=identicon)[MKHSKY](/maintainers/MKHSKY)

---

Top Contributors

[![peechyfloof](https://avatars.githubusercontent.com/u/42220355?v=4)](https://github.com/peechyfloof "peechyfloof (20 commits)")

### Embed Badge

![Health badge](/badges/fluxter-fxrelease/health.svg)

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

###  Alternatives

[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k57.4M685](/packages/drush-drush)[humbug/php-scoper

Prefixes all PHP namespaces in a file or directory.

7963.0M35](/packages/humbug-php-scoper)[crunzphp/crunz

Schedule your tasks right from the code.

2292.0M6](/packages/crunzphp-crunz)[phpcr/phpcr-shell

Shell for PHPCR

721.3M8](/packages/phpcr-phpcr-shell)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[drevops/git-artifact

Package artifact from your codebase in CI and push it to a separate git repo.

2133.2k](/packages/drevops-git-artifact)

PHPackages © 2026

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