Skip to content

wessama/google-play-version-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.