PHPackages                             thingston/extractor - 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. thingston/extractor

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

thingston/extractor
===================

Collection of PHP classes to extract data from HTML pages.

0.4.0(6y ago)011MITPHPPHP ^7.1CI failing

Since Nov 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/thingston/extractor)[ Packagist](https://packagist.org/packages/thingston/extractor)[ Docs](https://thingston.com)[ RSS](/packages/thingston-extractor/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (9)Versions (6)Used By (0)

Thingston Extractor
===================

[](#thingston-extractor)

Collection of PHP classes to extract data from HTML pages.

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

[](#requirements)

Thingston Extractor requires:

- [PHP 7.1](https://secure.php.net/releases/7_1_0.php) or above.

Instalation
-----------

[](#instalation)

Add Thingston Extractor to any PHP project using [Composer](https://getcomposer.org/):

```
composer require thingston/extractor
```

Getting Started
---------------

[](#getting-started)

```
use Thingston\Extractor\Page;

$uri = 'https://google.com/';
$html = file_get_contents($uri);

$page = Page\PageExtractor::create($html, $uri)->extract();
```

Contributors
------------

[](#contributors)

Open Source is made of contribuition. If you want to contribute to Thingston please follow these steps:

1. Fork latest version into your own repository.
2. Write your changes or additions and commit them.
3. Follow PSR-2 coding style standard.
4. Make sure you have unit tests with full coverage to your changes.
5. Go to Github Pull Requests at and create a new request.

Thank you!

Changes and Versioning
----------------------

[](#changes-and-versioning)

All relevant changes on this code are logged in a separated [log](CHANGELOG.md) file.

Version numbers follow recommendations from [Semantic Versioning](http://semver.org/).

License
-------

[](#license)

Thingston code is maintained under [The MIT License](https://opensource.org/licenses/MIT).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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 ~93 days

Total

5

Last Release

2362d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/04e91a806958f09ca8b3f4c24c6f5c4bcbce3c4e44dd882fa1e4c737ee7774c6?d=identicon)[pedrobrazao](/maintainers/pedrobrazao)

---

Top Contributors

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

---

Tags

datahtmlphpphpparserdom

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/thingston-extractor/health.svg)

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

###  Alternatives

[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.4k7.9M123](/packages/paquettg-php-html-parser)[simplehtmldom/simplehtmldom

A fast, simple and reliable HTML document parser for PHP.

1921.3M14](/packages/simplehtmldom-simplehtmldom)[scotteh/php-dom-wrapper

Simple DOM wrapper to select nodes using either CSS or XPath expressions and manipulate results quickly and easily.

1471.9M10](/packages/scotteh-php-dom-wrapper)[ressio/pharse

Fastest PHP HTML Parser

8478.4k](/packages/ressio-pharse)

PHPackages © 2026

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