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 today

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 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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

2004d 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

[friendsoftypo3/content-blocks

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

103519.9k52](/packages/friendsoftypo3-content-blocks)[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k251.2M24.9k](/packages/friendsofphp-php-cs-fixer)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k16.7M1.0k](/packages/phpro-grumphp)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M415](/packages/drupal-core-recommended)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M563](/packages/shopware-core)

PHPackages © 2026

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