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 2w 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 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

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

2919d ago

Major Versions

0.0.1 → 1.0.02018-07-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36392521?v=4)[akmeh](/maintainers/akmeh)[@Akmeh](https://github.com/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

[laravel/framework

The Laravel Framework.

34.8k532.1M19.4k](/packages/laravel-framework)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[sulu/sulu

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

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

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)[open-dxp/opendxp

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

9317.2k55](/packages/open-dxp-opendxp)

PHPackages © 2026

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