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 today

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 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

2401d 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

[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[spatie/laravel-export

Create a static site bundle from a Laravel app

679153.2k7](/packages/spatie-laravel-export)[nativephp/mobile

NativePHP for Mobile

1.1k102.1k146](/packages/nativephp-mobile)[sproutcms/cms

Enterprise content management and framework

243.0k4](/packages/sproutcms-cms)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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