sysout/php-app-mobile-version
Composer 安装命令:
composer require sysout/php-app-mobile-version
包简介
read the version of the apps that is in the app store and google play
README 文档
README
Installation
The recommended way to install AppMobileVersion is through Composer.
composer require sysout/php-app-mobile-version
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;
统计信息
- 总下载量: 11.17k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2022-05-06