PHPackages                             akaunting/version - 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. akaunting/version

Abandoned → [akaunting/laravel-version](/?search=akaunting%2Flaravel-version)Library[Utility &amp; Helpers](/categories/utility)

akaunting/version
=================

Version management package for Laravel.

1.0.3(6y ago)30115.5k9MITPHPPHP &gt;=5.5.9

Since Aug 24Pushed 3y ago6 watchersCompare

[ Source](https://github.com/akaunting/laravel-version)[ Packagist](https://packagist.org/packages/akaunting/version)[ RSS](/packages/akaunting-version/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (5)Used By (0)

Version management package for Laravel
======================================

[](#version-management-package-for-laravel)

[![Downloads](https://camo.githubusercontent.com/fddb61ff6e5853a0177a697b88f75aa9a0b406dcc808c811a22ba73fe4ad8010/68747470733a2f2f706f7365722e707567782e6f72672f616b61756e74696e672f6c61726176656c2d76657273696f6e2f642f746f74616c2e737667)](https://github.com/akaunting/laravel-version)[![StyleCI](https://camo.githubusercontent.com/bec961d9edd733121c1aa4bc55ff5ad03b6a33ede73ec24262a09340dc229e83/68747470733a2f2f7374796c6563692e696f2f7265706f732f3130313236393938312f736869656c643f7374796c653d666c6174266272616e63683d6d6173746572)](https://styleci.io/repos/101269981)[![License](https://camo.githubusercontent.com/45f27ba4fa15ebe81895d92416f70e1d9fe492dee8930575401541cd05484235/68747470733a2f2f706f7365722e707567782e6f72672f616b61756e74696e672f6c61726176656c2d76657273696f6e2f6c6963656e73652e737667)](LICENSE.md)

This is a [SemVer](http://semver.org) compatible version management package for any software built on Laravel.

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

[](#getting-started)

### 1. Install

[](#1-install)

Run the following command:

```
composer require akaunting/laravel-version
```

### 2. Register (for Laravel &lt; 5.5)

[](#2-register-for-laravel--55)

Register the service provider in `config/app.php`

```
Akaunting\Version\Provider::class,
```

Add alias if you want to use the facade.

```
'Version' => Akaunting\Version\Facade::class,
```

### 3. Publish

[](#3-publish)

Publish config file.

```
php artisan vendor:publish --tag=version
```

### 4. Configure

[](#4-configure)

You can change the version information of your app from `config/version.php` file

Usage
-----

[](#usage)

### version($method = null)

[](#versionmethod--null)

You can either enter the method like `version('short')` or leave it empty so you could firstly get the instance then call the methods like `version()->short()`

Changelog
---------

[](#changelog)

Please see [Releases](../../releases) for more information what has changed recently.

Contributing
------------

[](#contributing)

Pull requests are more than welcome. You must follow the PSR coding standards.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Denis Duliçi](https://github.com/denisdulici)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community14

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

2426d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5254835?v=4)[Denis Dulici](/maintainers/denisdulici)[@denisdulici](https://github.com/denisdulici)

![](https://avatars.githubusercontent.com/u/10936547?v=4)[Cüneyt Şentürk](/maintainers/cuneytsenturk)[@cuneytsenturk](https://github.com/cuneytsenturk)

---

Top Contributors

[![denisdulici](https://avatars.githubusercontent.com/u/5254835?v=4)](https://github.com/denisdulici "denisdulici (10 commits)")

---

Tags

akauntinglaravelphpversionversion-managerlaravelversion

### Embed Badge

![Health badge](/badges/akaunting-version/health.svg)

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

###  Alternatives

[pragmarx/version

Take control over your Laravel app version

5921.2M2](/packages/pragmarx-version)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4205.3M84](/packages/livewire-volt)[akaunting/laravel-version

Version management package for Laravel

38251.3k](/packages/akaunting-laravel-version)

PHPackages © 2026

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