PHPackages                             sysout/php-app-mobile-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. sysout/php-app-mobile-version

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

sysout/php-app-mobile-version
=============================

read the version of the apps that is in the app store and google play

1.1.0(4y ago)211.2k—3.1%proprietaryPHPPHP &gt;=7.4

Since May 18Pushed 4y agoCompare

[ Source](https://github.com/sysoutgyn/php-app-mobile-version)[ Packagist](https://packagist.org/packages/sysout/php-app-mobile-version)[ RSS](/packages/sysout-php-app-mobile-version/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

PHP App Mobile Version
======================

[](#php-app-mobile-version)

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

[](#installation)

The recommended way to install AppMobileVersion is through Composer.

```
composer require sysout/php-app-mobile-version
```

Documentation
-------------

[](#documentation)

to use the whole appversion library, you should follow the following structure in laravel:

```
$options = [
    'bundleId' => 'package id',
    'useCache' => true,
    'cacheFilePath' => '/var/www/mobile-version.json',
    'cachePeriod' => 3600
];

$api= new AppMobileVersion($options);

$data =[
    $androidVersion = 'android: '.$api->getAndroid(),
    $iosVersion = 'ios: '.$api->getIos()
];

echo $data;
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Every ~11 days

Total

2

Last Release

1495d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/877905?v=4)[Xiong Xiong](/maintainers/Sysout)[@sysout](https://github.com/sysout)

---

Top Contributors

[![JoaoVictor-dev2](https://avatars.githubusercontent.com/u/73861220?v=4)](https://github.com/JoaoVictor-dev2 "JoaoVictor-dev2 (1 commits)")

### Embed Badge

![Health badge](/badges/sysout-php-app-mobile-version/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)

PHPackages © 2026

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