PHPackages                             manishgs/scraper - 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. manishgs/scraper

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

manishgs/scraper
================

PHP package for webpage scraping

v0.1.1(10y ago)025Apache-2.0PHP

Since Dec 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/manishgs/scraper)[ Packagist](https://packagist.org/packages/manishgs/scraper)[ Docs](https://github.com/manishgs/scraper)[ RSS](/packages/manishgs-scraper/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

Scraper - PHP package for webpage scraping
==========================================

[](#scraper---php-package-for-webpage-scraping)

This package uses [Goutte](https://github.com/FriendsOfPHP/Goutte) to crawl webpage and extract data (favicon, title, description feature image etc) from url.

Installation
------------

[](#installation)

Add `manishgs/scraper` as a require dependency in your `composer.json` file:

`composer require manishgs/scraper:^0.1.0`

Usage
-----

[](#usage)

```
use Scraper\Grab;

// create new Grab
$grab = new Grab();

// set Url
$grab = $grab->setUrl('http://google.com');

// extract data
$article = $grab->getInfo();

print_r($article);
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Every ~0 days

Total

2

Last Release

3855d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3942999?v=4)[Manish Gopal Singh](/maintainers/manishgs)[@manishgs](https://github.com/manishgs)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/manishgs-scraper/health.svg)

```
[![Health](https://phpackages.com/badges/manishgs-scraper/health.svg)](https://phpackages.com/packages/manishgs-scraper)
```

###  Alternatives

[raulr/google-play-scraper

A PHP scraper to get app data from Google Play

12894.3k](/packages/raulr-google-play-scraper)[jansenfelipe/cpf-gratis

Com esse pacote você poderá consultar, gratuitamente, CPFs diretamente no site da receita.

1895.9k](/packages/jansenfelipe-cpf-gratis)[bubbstore/correios

Biblioteca que faz cálculo de frete, rastreamento de objetos e consulta de CEP diretamente do Webservice dos Correios.

2591.6k](/packages/bubbstore-correios)[stefanbauer/ignition-laracasts-tab

A tab to retrieve laracasts.com answers

5311.5k](/packages/stefanbauer-ignition-laracasts-tab)[jansenfelipe/cidades-gratis

Com esse pacote você poderá consultar, gratuitamente, Cidades diretamente no site do IBGE.

423.5k](/packages/jansenfelipe-cidades-gratis)

PHPackages © 2026

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