Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.26 KB

readme.md

File metadata and controls

48 lines (30 loc) · 1.26 KB

Google Play Version Scraper

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 [email protected] instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.