PHPackages                             akmeh/versioning - 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. akmeh/versioning

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

akmeh/versioning
================

Version Manager in order to generate .version in every version and keep tracking on it

1.2.5(7y ago)027proprietaryPHP

Since Jul 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Akmeh/versioner)[ Packagist](https://packagist.org/packages/akmeh/versioning)[ RSS](/packages/akmeh-versioning/feed)WikiDiscussions master Synced 1mo ago

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

Versioning
==========

[](#versioning)

Generate Version file from the tag list
---------------------------------------

[](#generate-version-file-from-the-tag-list)

```
php -r 'exec("git tag", $tags); sort($tags, SORT_STRING); $last = array_pop($tags); file_put_contents(".version", $last);'

```

Or

```
git describe --abbrev=0 --tags > .version

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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 ~0 days

Total

11

Last Release

2867d ago

Major Versions

0.0.1 → 1.0.02018-07-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a4eedec64bc39e426822592cda134bf844db0e3d4f9053a484cc42cdb2c348d?d=identicon)[akmeh](/maintainers/akmeh)

---

Top Contributors

[![pablofmorales](https://avatars.githubusercontent.com/u/223218?v=4)](https://github.com/pablofmorales "pablofmorales (25 commits)")

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/akmeh-versioning/health.svg)

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

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M560](/packages/symfony-maker-bundle)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M81](/packages/symplify-monorepo-builder)[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[shivas/versioning-bundle

Symfony application versioning, simple console command to manage version (with providers e.g. git tag) of your application using Semantic Versioning 2.0.0 recommendations

1121.2M1](/packages/shivas-versioning-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M385](/packages/shopware-core)

PHPackages © 2026

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