Simple package to get the latest version of an Android app from the Google Play Store details page. For use with Laravel 9 and above.
Via Composer
$ composer require wessama/google-play-version-scraperuse Wessama\GooglePlayVersionScraper\GooglePlayVersionScraper;
$scraper = new GooglePlayVersionScraper('com.app.name');
$version = $scraper->getVersion(); $ composer testIf you discover any security related issues, please email wessam.ah@outlook.com instead of using the issue tracker.
MIT. Please see the license file for more information.