wessama/google-play-version-scraper

Scrapes the Google Play Store details page for an Android app to get its current version

v1.0.4 2023-02-23 04:40 UTC

This package is auto-updated.

Last update: 2024-05-07 22:11:36 UTC


README

Latest Version on Packagist Total Downloads

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.

Installation

Via Composer

$ composer require wessama/google-play-version-scraper

Usage

use Wessama\GooglePlayVersionScraper\GooglePlayVersionScraper;

$scraper = new GooglePlayVersionScraper('com.app.name');
$version = $scraper->getVersion(); 

Testing

$ composer test

Security

If you discover any security related issues, please email wessam.ah@outlook.com instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.