Download the PHP package abaydullah/google-play-scraper without Composer
On this page you can find all versions of the php package abaydullah/google-play-scraper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package google-play-scraper
بِسْمِ اللهِ الرَّحْمٰنِ الرَّحِيْمِ
Google Play Scraper For PHP
About A PHP Package To Scrape Android Apps Data From The Google Play Store.
Installation
Add abaydullah/google-play-scraper
as a require dependency in your composer.json
file:
Usage
First create a Scraper
instance.
Default
There are several methods to configure the default behavior:
setDefaultLang($lang)
: Sets the default language for all requests.$lang
must be an ISO_639-1 two letter language code. If not set, the default language isen
.setDefaultCountry($country)
: Sets the default country for all requests.$country
must be an ISO_3166-1 two letter country code. If not set, the default country isus
.
Example
getApp
Gets app information given its ID.
Parameters
$id
: Google Play app ID.$lang
: (optional, defaults tonull
): Overrides the default language.$country
: (optional, defaults tonull
): Overrides the default country.
Example
Returns:
getCategoryApps
Gets multiple apps given Category Slug.
Parameters
$category
: Category Slug.$lang
: (optional, defaults tonull
): Overrides the default language.$country
: (optional, defaults tonull
): Overrides the default country.
Example
Return All Apps Related With This Category
Returns:
getDeveloper
Returns an array with the existing Developer Information From Google Play.
Example
Returns:
getDeveloperApps
Returns an array with the existing Developer Apps From Google Play.
Example
Returns:
getSearchApps
You Can Search With Any Keyword For Get Apps in Array.
Example
Returns:
Thanks You
All versions of google-play-scraper with dependencies
guzzlehttp/guzzle Version ^7.8
symfony/dom-crawler Version ^7.0
symfony/css-selector Version ^7.0