Download the PHP package ghalambaz/googleplay-spider without Composer
On this page you can find all versions of the php package ghalambaz/googleplay-spider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ghalambaz/googleplay-spider
More information about ghalambaz/googleplay-spider
Files in ghalambaz/googleplay-spider
Download ghalambaz/googleplay-spider
More information about ghalambaz/googleplay-spider
Files in ghalambaz/googleplay-spider
Vendor ghalambaz
Package googleplay-spider
Short Description Another GooglePlay Website Scraper based on goutte
License MIT
Homepage https://yanagroup.ir
Package googleplay-spider
Short Description Another GooglePlay Website Scraper based on goutte
License MIT
Homepage https://yanagroup.ir
Please rate this library. Is it a good library?
Informations about the package googleplay-spider
Google Play Store Spider
Step 1 : add package with composer
composer require ghalambaz/googleplay-spider
Step 2 : create instanse of GooglePlaySpider
$spider = new GooglePlaySpider();
Step 3 : Package (App or Game) Name you want to receive
in our example package name is ir.yana.esaj
$package = $spider->getPackageByPackageName("ir.yana.esaj");
Step 4 : Get Information of Package
All versions of googleplay-spider with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
symfony/browser-kit Version ~2.1|~3.0|~4.0
symfony/css-selector Version ~2.1|~3.0|~4.0
symfony/dom-crawler Version ~2.1|~3.0|~4.0
guzzlehttp/guzzle Version ^6.0
fabpot/goutte Version ^3.2
symfony/browser-kit Version ~2.1|~3.0|~4.0
symfony/css-selector Version ~2.1|~3.0|~4.0
symfony/dom-crawler Version ~2.1|~3.0|~4.0
guzzlehttp/guzzle Version ^6.0
fabpot/goutte Version ^3.2
The package ghalambaz/googleplay-spider contains the following files
Loading the files please wait ....