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

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

jesprna/jaysfi-version
======================

Version management package for Laravel

v1.0.0(3mo ago)0421↓50%MITPHPPHP &gt;=5.5.9

Since Jan 11Pushed 3mo agoCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

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

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

[![Downloads](https://camo.githubusercontent.com/5fb6f78a24e0a990e5e7da298a7c3f18f7f5f9ea521e7b43a41951a376034463/68747470733a2f2f706f7365722e707567782e6f72672f6a657370726e612f6a61797366692d76657273696f6e2f642f746f74616c2e737667)](https://github.com/jesprna/jaysfi-version)[![StyleCI](https://camo.githubusercontent.com/bec961d9edd733121c1aa4bc55ff5ad03b6a33ede73ec24262a09340dc229e83/68747470733a2f2f7374796c6563692e696f2f7265706f732f3130313236393938312f736869656c643f7374796c653d666c6174266272616e63683d6d6173746572)](https://styleci.io/repos/101269981)[![License](https://camo.githubusercontent.com/741dcf9038564167af7849cb9c6b2d5f452a9652f08d3d27c5e766f03981114a/68747470733a2f2f706f7365722e707567782e6f72672f6a657370726e612f6a61797366692d76657273696f6e2f6c6963656e73652e737667)](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 jesprna/jaysfi-version
```

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

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

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

```
Jesprna\Version\Provider::class,
```

Add alias if you want to use the facade.

```
'Version' => Jesprna\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)

- [Jays](https://github.com/jesprna)
- [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

36

—

LowBetter than 81% of packages

Maintenance83

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90.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

Unknown

Total

1

Last Release

118d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/999042c0244396cbd9fbee3654cbc6ab436604538a3b3daac92505b4bfbec06f?d=identicon)[jesprna](/maintainers/jesprna)

---

Top Contributors

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

---

Tags

laravelversion

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/jesprna-jaysfi-version/health.svg)](https://phpackages.com/packages/jesprna-jaysfi-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.

4195.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)
