PHPackages                             jdenoc/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. [CLI &amp; Console](/categories/cli)
4. /
5. jdenoc/laravel-app-version

ActiveLibrary[CLI &amp; Console](/categories/cli)

jdenoc/laravel-app-version
==========================

artisan app:version

4.0.1(3y ago)02.6kMITPHPPHP ^8.1

Since Jan 22Pushed 1y ago1 watchersCompare

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

READMEChangelog (9)Dependencies (3)Versions (10)Used By (0)

laravel-app-version
===================

[](#laravel-app-version)

[![release](https://camo.githubusercontent.com/6c832b3d0e77b81355cbb743fb32a06b6b6c2b32410fcfe4cca5efd62b07c660/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a64656e6f632f6c61726176656c2d6170702d76657273696f6e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/jdenoc/laravel-app-version/releases/latest)[![Github Actions](https://camo.githubusercontent.com/c0e7389144eff1e3d42f06da6672554675149a4c579143733d62f392eb4de8aa/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a64656e6f632f6c61726176656c2d6170702d76657273696f6e2f74657374732e796d6c3f7374796c653d666c61742d737175617265)](https://github.com/jdenoc/laravel-app-version/actions)[![License](https://camo.githubusercontent.com/96b5ba3eb5375059a2029f41bf45f08e7f13025211a97f9310493c4179047070/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a64656e6f632f6c61726176656c2d6170702d76657273696f6e3f7374796c653d666c61742d737175617265)](LICENSE)

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

[](#installation)

You can install the package via composer:

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

Usage
-----

[](#usage)

Get app version

```
php artisan app:version
```

Set app version

```
php artisan app:version x.y.z
```

### Testing

[](#testing)

```
vendor/bin/phpunit
```

### PHP Version Support

[](#php-version-support)

- 8.2

### Laravel PHP Version

[](#laravel-php-version)

- Laravel 11.x
- Laravel 10.x
    - Use version [4.0.1](https://github.com/jdenoc/laravel-app-version/tree/4.0.1)
- Laravel 9.x
    - Use version [3.0.0](https://github.com/jdenoc/laravel-app-version/tree/3.0.0)
- Laravel 8.x
    - Use version [2.0.0](https://github.com/jdenoc/laravel-app-version/tree/2.0.0)
- Laravel 7.x
    - Use version [1.1.1](https://github.com/jdenoc/laravel-app-version/tree/1.1.1)
- Laravel 6.x
    - Use version [1.0.2](https://github.com/jdenoc/laravel-app-version/tree/1.0.2)

### FAQ

[](#faq)

> **Q:** *I've tried setting the app version, but it doesn't seem to be changing?*
>
> **A:** *You're laravel config is likely cached. Run `artisan config:clear` to clear the cache, then try again.*

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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

Recently: every ~109 days

Total

9

Last Release

1112d ago

Major Versions

1.1.1 → 2.0.02022-03-18

2.0.0 → 3.0.02022-11-10

3.0.0 → 4.0.02023-04-05

PHP version history (5 changes)1.0.0PHP ^7.2

1.1.1PHP ^7.2|^8.0

2.0.0PHP ^7.3|^8.0

3.0.0PHP ^8.0

4.0.0PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![jdenoc](https://avatars.githubusercontent.com/u/1199244?v=4)](https://github.com/jdenoc "jdenoc (22 commits)")

---

Tags

laravelartisanversionjdenoc

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16255.4k7](/packages/nunomaduro-laravel-console-dusk)[rahul900day/laravel-console-spinner

Laravel Console Spinner is a spinner output for Laravel command line.

76125.4k1](/packages/rahul900day-laravel-console-spinner)[socialengine/sniffer-rules

A Lumen 5 and Laravel 5 SquizLabs Code Sniffer 2.0 artisan command. Detect violations of a defined coding standard. It helps your code remains clean and consistent.

1248.2k1](/packages/socialengine-sniffer-rules)[sunaoka/laravel-facade-generator

Provide command line generation of facade layer files.

171.9k](/packages/sunaoka-laravel-facade-generator)[tamer-dev/laravel-env-cli

laravel commands to work with .env file in cli

126.5k](/packages/tamer-dev-laravel-env-cli)

PHPackages © 2026

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