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 2w ago

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 57% 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

2764d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3778727?v=4)[Ali Ghalambaz](/maintainers/ghalambaz)[@ghalambaz](https://github.com/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

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[spatie/crawler

Crawl all internal links found on a website

2.8k17.7M58](/packages/spatie-crawler)[vdb/php-spider

A configurable and extensible PHP web spider

1.3k184.2k7](/packages/vdb-php-spider)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49517.1k](/packages/blackfire-player)[crwlr/crawler

Web crawling and scraping library.

36816.4k2](/packages/crwlr-crawler)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.0M322](/packages/drupal-core-dev)

PHPackages © 2026

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