PHPackages                             butochnikov/laravel-app-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. butochnikov/laravel-app-version

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

butochnikov/laravel-app-version
===============================

Display app version number

0104PHP

Since Mar 15Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel app version
===================

[](#laravel-app-version)

Display application version number.

Installation
------------

[](#installation)

Require it in your Laravel project:

```
composer require butochnikov/laravel-app-version

```

or update `composer.json` file:

```
{
    "require": {
        "laravel/framework": "5.4.*",
        "butochnikov/laravel-app-version": "dev-master"
    }
}
```

and run `composer update` from terminal.

Update `app.php` file in `app/config` directory:

```
'providers' => [
    ...
    Butochnikov\LaravelAppVersion\AppVersionServiceProvider::class
    ...
],
```

How to use
----------

[](#how-to-use)

Run console command:

```
php artisan app:ver

```

License
-------

[](#license)

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

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/05856406861badbd95ac66e8bb62ad2530e5c44695c5bd26c2297ebab00e2016?d=identicon)[Butochnikov](/maintainers/Butochnikov)

---

Top Contributors

[![Butochnikov](https://avatars.githubusercontent.com/u/4212297?v=4)](https://github.com/Butochnikov "Butochnikov (8 commits)")

---

Tags

applaravelnumberpackageversion

### Embed Badge

![Health badge](/badges/butochnikov-laravel-app-version/health.svg)

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

###  Alternatives

[braincrafted/background-process

Start processes in the background that continue running when the PHP process exists.

2976.1k1](/packages/braincrafted-background-process)

PHPackages © 2026

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