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

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

ion/versioning
==============

A small library that functions as the base to all ION packages, intended to handle basic package and versioning functionality.

v1.0.0(2y ago)0251LGPL-3.0PHPPHP &gt;=7.4

Since Apr 17Pushed 2y agoCompare

[ Source](https://github.com/ion-digital/ion-php-packaging)[ Packagist](https://packagist.org/packages/ion/versioning)[ Docs](https://github.com/ion-digital/ion-php-packaging)[ RSS](/packages/ion-versioning/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (1)

Packaging
=========

[](#packaging)

[![License: LGPL v3](https://camo.githubusercontent.com/5432664fccb6cb004464a3cd4c53970d52daa9dbb7714aaaa92ca30d1f3742f0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4c47504c25323076332d626c75652e737667)](https://www.gnu.org/licenses/lgpl-3.0)

A small library that functions as the base to all ION packages, intended to handle basic package versioning functionality.

Getting Started
---------------

[](#getting-started)

\###As an included library, with Composer:

Make sure Composer is installed - if not, you can get it from [here](https://getcomposer.org/ "getcomposer.org").

First, you need to add *ion/versioning* as a dependency in your *composer.json* file.

To use the current stable version, add the following to download it straight from [here](https://packagist.org/ "packagist.org"):

```
"require": {
    "php": ">=7.4",
    "ion/packaging": "^1.0.0",
}

```

To use the bleeding edge (development) version, add the following:

```
"require": {
    "php": ">=7.4",
    "ion/packaging": "dev-default",
},
"repositories": {
    {
      "type": "vcs",
      "url": "https://github.com/ion-digital/ion-php-packaging.git"
    }
}

```

Then run the following in the root directory of your project:

> php composer.phar install

### Prerequisites

[](#prerequisites)

- Composer (*optional*)

Built With
----------

[](#built-with)

- [Composer](https://getcomposer.org/) - Dependency Management

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/ion-digital/ion-php-packaging/tags "GitHub").

Authors
-------

[](#authors)

- **Justus Meyer** - *Initial work* - [GitHub](https://justusmeyer.com/github), [Upwork](https://justusmeyer.com/upwork)

License
-------

[](#license)

This project is licensed under the LGPL-3.0 License - see the [LICENSE.md](LICENSE.md) file for details.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94% 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

Unknown

Total

1

Last Release

761d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d1447490b5fa8bc0cd0e9d57a840fe060bd1f7c6e5156e7c4a3c0479d22793e1?d=identicon)[Jus](/maintainers/Jus)

---

Top Contributors

[![vl-justus-meyer](https://avatars.githubusercontent.com/u/92323513?v=4)](https://github.com/vl-justus-meyer "vl-justus-meyer (63 commits)")[![jmeyer-ion](https://avatars.githubusercontent.com/u/42908068?v=4)](https://github.com/jmeyer-ion "jmeyer-ion (4 commits)")

---

Tags

php

### Embed Badge

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

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

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21421.6k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

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