PHPackages                             masterkey/goutte - 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. masterkey/goutte

ActiveApplication

masterkey/goutte
================

A simple PHP Web Scraper

1.0.4(10y ago)01.0k1MITPHPPHP &gt;=5.5.0

Since Mar 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/MasterkeyInformatica/goutte)[ Packagist](https://packagist.org/packages/masterkey/goutte)[ Docs](https://github.com/FriendsOfPHP/Goutte)[ RSS](/packages/masterkey-goutte/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (5)Used By (1)

Goutte
======

[](#goutte)

[![Build Status](https://camo.githubusercontent.com/99f67906d39aa50d6e24dbc22cba9e0e089427e68729d8b1876d458bad83aaa4/68747470733a2f2f7472617669732d63692e6f72672f4d61737465726b6579496e666f726d61746963612f676f757474652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/MasterkeyInformatica/goutte)

Goutte é uma biblioteca de captura e leitura de tela escrita em PHP. Esta ferramenta porvê uam API rica para realizar leitura de respostas HTML/XML.

Requirements
------------

[](#requirements)

Goutte depende de PHP 5.5+ e Guzzle 6+.

Instalação
----------

[](#instalação)

Adicione `masterkey/goutte` como dependência em seu arquivo `composer.json`:

```
composer require masterkey/goutte

```

Uso
---

[](#uso)

Cria uma instância da classe Client (que extende `Symfony\Component\BrowserKit\Client`):

```
use Goutte\Client;

$client = new Client();

```

Realiza requests com o método `request()`:

```
// Vai ao site Symfony.com
$crawler = $client->request('GET', 'http://www.symfony.com/blog/');

```

O método retorna um objeto `Crawler` (`Symfony\Component\DomCrawler\Crawler`).

Mais Informações
----------------

[](#mais-informações)

Este pacote foi Baseado no pacote [Goutte](https://github.com/FriendsOfPHP/Goutte).

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

4

Last Release

3726d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ad0138bca814dfc04cc1d315e3501b786522cd3b4bfaff8ba02e79e3df56b48?d=identicon)[devLopez](/maintainers/devLopez)

---

Top Contributors

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

---

Tags

scraper

### Embed Badge

![Health badge](/badges/masterkey-goutte/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

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

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[vdb/php-spider

A configurable and extensible PHP web spider

1.4k181.0k7](/packages/vdb-php-spider)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[crwlr/crawler

Web crawling and scraping library.

37214.8k2](/packages/crwlr-crawler)[sproutcms/cms

Enterprise content management and framework

241.6k4](/packages/sproutcms-cms)

PHPackages © 2026

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