PHPackages                             ghalambaz/googleplay-spider - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ghalambaz/googleplay-spider

ActiveApplication[Utility &amp; Helpers](/categories/utility)

ghalambaz/googleplay-spider
===========================

Another GooglePlay Website Scraper based on goutte

1(7y ago)62352MITPHPPHP &gt;=5.5.0

Since Dec 5Pushed 7y ago2 watchersCompare

[ Source](https://github.com/ghalambaz/GooglePlaySpider)[ Packagist](https://packagist.org/packages/ghalambaz/googleplay-spider)[ Docs](https://yanagroup.ir)[ RSS](/packages/ghalambaz-googleplay-spider/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Google Play Store Spider
------------------------

[](#google-play-store-spider)

### Step 1 : add package with composer

[](#step-1--add-package-with-composer)

`composer require ghalambaz/googleplay-spider`

### Step 2 : create instanse of GooglePlaySpider

[](#step-2--create-instanse-of-googleplayspider)

`$spider = new GooglePlaySpider();`

### Step 3 : Package (App or Game) Name you want to receive

[](#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

[](#step-4--get-information-of-package)

```
$spider = new GooglePlaySpider();
$package = $spider->getPackageByPackageName("ir.yana.esaj");

$package->getTitle();
//return : (esaj) ایساج

$package->getFeaturedImageAddress();
//return : address of main (featured) icon image

$res = $package->getDeveloper();
//return : array with two keys [title,link]

$package->getPackageCategory();

$package->isEditorChoice();
//return : true of false that shows is Editor choice or not!

$package->getESRB();
//return : ESRB image link

$package->getScreenshots();
//return : screenshots as array with keys[height,width,link]

$package->getDescription();
//return : full description of app

$package->getWhatsNew();
//return : text about what is new in this version

$package->getRating();
//return : array with keys[rate,total] which total is how many people rate this app

$package->getAdditionalInfo();
//return : information about [Updated Date, Size, Installs, Current Version, Require Android, Content Rating,Offered By ,etc... ]

$package->getSimilar();
//return : array of 6 package information with keys[image,title,link,developer,developer_link,description]
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2715d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6c3317e11f669eff818a189c28782be901c969151854e641e1ba773292d0d75f?d=identicon)[ghalambaz](/maintainers/ghalambaz)

---

Top Contributors

[![ghalambaz](https://avatars.githubusercontent.com/u/3778727?v=4)](https://github.com/ghalambaz "ghalambaz (4 commits)")

---

Tags

googlecrawlerstorespiderscraperplaygoogleplay

### Embed Badge

![Health badge](/badges/ghalambaz-googleplay-spider/health.svg)

```
[![Health](https://phpackages.com/badges/ghalambaz-googleplay-spider/health.svg)](https://phpackages.com/packages/ghalambaz-googleplay-spider)
```

###  Alternatives

[vdb/php-spider

A configurable and extensible PHP web spider

1.4k181.0k7](/packages/vdb-php-spider)[crwlr/crawler

Web crawling and scraping library.

37214.8k2](/packages/crwlr-crawler)[nelexa/google-play-scraper

Scrapes app data from Google Play store.

88487.4k](/packages/nelexa-google-play-scraper)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
