PHPackages                             luiscoms/release - 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. luiscoms/release

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

luiscoms/release
================

PHP library to increment package version and release project

0.0.3(10y ago)167082[3 issues](https://github.com/luiscoms/release/issues)MITPHP

Since Feb 11Pushed 3y ago4 watchersCompare

[ Source](https://github.com/luiscoms/release)[ Packagist](https://packagist.org/packages/luiscoms/release)[ RSS](/packages/luiscoms-release/feed)WikiDiscussions master Synced 3w ago

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

Release
=======

[](#release)

[![Latest Stable Version](https://camo.githubusercontent.com/ba3ac3abc0bb39a3f18ee5c628eaf8c687576cfa6845adf716c8fbc871714e57/68747470733a2f2f706f7365722e707567782e6f72672f6c756973636f6d732f72656c656173652f762f737461626c65)](https://packagist.org/packages/luiscoms/release) [![Latest Unstable Version](https://camo.githubusercontent.com/07d4e755bbd83e42efde3e84464e162826086d132fc83631a0231cdf3c31d2ce/68747470733a2f2f706f7365722e707567782e6f72672f6c756973636f6d732f72656c656173652f762f756e737461626c65)](https://packagist.org/packages/luiscoms/release)[![Build Status](https://camo.githubusercontent.com/5e708d62eacb4952b567a71597201d2e00fa660b35924899fb7d33b8d26f471b/68747470733a2f2f7472617669732d63692e6f72672f6c756973636f6d732f72656c656173652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/luiscoms/release) [![Coverage Status](https://camo.githubusercontent.com/d908538eaa8d695336f221a6b50074fdb53dcdd258066cabddba49033cc13622/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6c756973636f6d732f72656c656173652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/luiscoms/release) [![SensioLabsInsight](https://camo.githubusercontent.com/1ba566f8c25895cb7884ef2cfdab2fb1d5875a1f57aa51b8895eb8b30b14e0d5/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f38653762333830302d346636612d343561302d613036662d6265336462663665366639362f6d696e692e706e67)](https://insight.sensiolabs.com/projects/8e7b3800-4f6a-45a0-a06f-be3dbf6e6f96)

Lightweight library to update package version according [Semantic Versioning](http://semver.org/). Aditionally can create git tag, commit and push

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

[](#installation)

```
composer require luiscoms/release dev-master

```

Usage
-----

[](#usage)

Let's consider the `composer.json` file

```
{
    "version": "0.0.1",
    "require": {
        "luiscoms/release": "dev-master"
    }
}
```

To view current version

```
vendor/bin/release [current]
0.0.1

```

To update patch

```
vendor/bin/release bump --patch|--bugfix
0.0.2

```

To update minor

```
vendor/bin/release bump --minor|--feature
0.1.0

```

To update major

```
vendor/bin/release bump --major
1.0.0

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

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

Total

3

Last Release

3771d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a92f9f1c764d6c85302ca46f790f3b248c0a1eadbad746528471a8ea81812cf?d=identicon)[luiscoms](/maintainers/luiscoms)

---

Top Contributors

[![luiscoms](https://avatars.githubusercontent.com/u/758273?v=4)](https://github.com/luiscoms "luiscoms (74 commits)")[![brunomrpx](https://avatars.githubusercontent.com/u/6589832?v=4)](https://github.com/brunomrpx "brunomrpx (3 commits)")[![marcosdalte](https://avatars.githubusercontent.com/u/775786?v=4)](https://github.com/marcosdalte "marcosdalte (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/luiscoms-release/health.svg)

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

###  Alternatives

[friendsoftypo3/content-blocks

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

101466.4k45](/packages/friendsoftypo3-content-blocks)[php-soap/wsdl

Deals with WSDLs

183.8M18](/packages/php-soap-wsdl)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

5155.1k17](/packages/phel-lang-phel-lang)

PHPackages © 2026

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