PHPackages                             hungthai1401/laravel-application-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. hungthai1401/laravel-application-version

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

hungthai1401/laravel-application-version
========================================

Simple way to get app market version information from Google Play store or Apple App Store

v1.0(6y ago)32.1k1MITPHPPHP &gt;=7.1CI failing

Since Jan 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/hungthai1401/laravel-application-version)[ Packagist](https://packagist.org/packages/hungthai1401/laravel-application-version)[ Docs](https://github.com/hungthai1401/laravel-application-version)[ RSS](/packages/hungthai1401-laravel-application-version/feed)WikiDiscussions master Synced 2d ago

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

Laravel Application Version
===========================

[](#laravel-application-version)

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

[](#installation)

Require this package with composer.

```
composer require hungthai1401/laravel-application-version

```

- #### Laravel 5.5+:

    [](#laravel-55)

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider. If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
Ht\ApplicationVersion\Providers\ServiceProvider

```

- #### Lumen:

    [](#lumen)

Register a provider in bootstrap/app.php:

```
$app->register(\HT\ApplicationVersion\Providers\ServiceProvider::class);

```

By defaults Facades are not enabled in Lumen, To use ApplicationVersion Facade functions un-comment $app-&gt;withFacades(); line from your bootstrap/app.php file and modify it

```
$app->withFacades(true, [
    'HT\ApplicationVersion\Facades\Facade' => 'ApplicationVersion',
]);

```

Usage
-----

[](#usage)

```
ApplicationVersion::viaGoolePlay(PACKAGE_NAME);
ApplicationVersion::viaAppStore(BUNDLE_ID);

```

References
----------

[](#references)

Note
----

[](#note)

There are many Google Play applications that need to identify specific devices to retrieve version such as Google Chrome, Facebook, ... Please read in some archieves:

-
-

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2304d ago

### Community

Maintainers

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

---

Top Contributors

[![hungthai1401](https://avatars.githubusercontent.com/u/22017922?v=4)](https://github.com/hungthai1401 "hungthai1401 (1 commits)")

---

Tags

laravelapplicationversiongoogle\_playapp\_storeapple store

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hungthai1401-laravel-application-version/health.svg)

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

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[dusterio/link-preview

Link preview generation for PHP with Laravel support

126326.6k3](/packages/dusterio-link-preview)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)

PHPackages © 2026

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