PHPackages                             iserter/php-goose - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. iserter/php-goose

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

iserter/php-goose
=================

PHP 8+ article/content extractor. replacement for scotteh/php-goose (Goose)

v0.1.0(8mo ago)0290↓44.4%MITPHPPHP ^8.1|^8.2|^8.3|^8.4

Since Oct 10Pushed 3mo agoCompare

[ Source](https://github.com/iSerter/php-goose)[ Packagist](https://packagist.org/packages/iserter/php-goose)[ Docs](https://github.com/iserter/php-goose)[ RSS](/packages/iserter-php-goose/feed)WikiDiscussions main Synced 3w ago

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

iserter/php-goose
=================

[](#iserterphp-goose)

`scotteh/php-goose` is no longer maintained, so I created this alternative that supports the recent PHP versions.

There may be some issues, but so far, it's working 'ok'. Feel free to contribute.

- Extracts title, description, canonical URL, main image, and cleaned article text
- Minimal dependencies; works in any PHP app (framework-agnostic)
- DOMDocument + XPath heuristics similar to Goose/Readability techniques

Quick start
-----------

[](#quick-start)

```
use Iserter\Goose\Goose;

$goose = new Goose();
$article = $goose->extract('https://example.com/some-article');

echo $article->getTitle();
```

You can also pass raw HTML:

```
$article = $goose->extract($html, 'https://iserter.com');
```

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

[](#installation)

Add the path repository to your root composer.json and require dev-main while developing locally.

```
composer require iserter/php-goose dev-main
```

License
-------

[](#license)

MIT

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance72

Regular maintenance activity

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

256d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee28fe9d54e1c97a6001a5bb443136e0627e84956b9f1e961a3ccedcf24af758?d=identicon)[iserter](/maintainers/iserter)

---

Top Contributors

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

---

Tags

parserarticlereadabilitycontent extractiongoose

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/iserter-php-goose/health.svg)

```
[![Health](https://phpackages.com/badges/iserter-php-goose/health.svg)](https://phpackages.com/packages/iserter-php-goose)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[paquettg/php-html-parser

An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.

2.4k8.1M127](/packages/paquettg-php-html-parser)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[vipnytt/sitemapparser

XML Sitemap parser class compliant with the Sitemaps.org protocol.

792.3M10](/packages/vipnytt-sitemapparser)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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