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-scraper
use Wessama\GooglePlayVersionScraper\GooglePlayVersionScraper;
$scraper = new GooglePlayVersionScraper('com.app.name');
$version = $scraper->getVersion();
$ composer test
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
MIT. Please see the license file for more information.