PHPackages                             clientbg/php-boiler-pipe - 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. clientbg/php-boiler-pipe

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

clientbg/php-boiler-pipe
========================

PhpBoilerPipe. Boilerplate Removal and Fulltext Extraction from HTML pages. Based on dotpack's PHP implementation.

v1.1(7y ago)040MITPHP

Since Sep 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/clientbg/php-boiler-pipe)[ Packagist](https://packagist.org/packages/clientbg/php-boiler-pipe)[ RSS](/packages/clientbg-php-boiler-pipe/feed)WikiDiscussions master Synced today

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

PhpBoilerPipe
=============

[](#phpboilerpipe)

- forked from dotpack/php-boiler-pipe

Boilerplate Removal and Fulltext Extraction from HTML pages.

Partial implementation of  in PHP. Requires PHP &gt;= 5.4.

Example
-------

[](#example)

```
# html
$path = "http://example.com/some-article.html";
$data = file_get_contents($path);

# code
$ae = new Clientbg\PhpBoilerPipe\ArticleExtractor();
echo $ae->getContent($data) . "\n";
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~698 days

Total

2

Last Release

2869d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/06e6923ad44f0bd285346c9739e3ecca5f8b457770bbf07ec2234b2c2ffb52b7?d=identicon)[clientbg](/maintainers/clientbg)

---

Top Contributors

[![dotpack](https://avatars.githubusercontent.com/u/1175814?v=4)](https://github.com/dotpack "dotpack (3 commits)")[![georgiclient3](https://avatars.githubusercontent.com/u/36963974?v=4)](https://github.com/georgiclient3 "georgiclient3 (2 commits)")[![doersino](https://avatars.githubusercontent.com/u/1944410?v=4)](https://github.com/doersino "doersino (1 commits)")

---

Tags

htmlextract

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/clientbg-php-boiler-pipe/health.svg)

```
[![Health](https://phpackages.com/badges/clientbg-php-boiler-pipe/health.svg)](https://phpackages.com/packages/clientbg-php-boiler-pipe)
```

###  Alternatives

[masterminds/html5

An HTML5 parser and serializer.

1.8k260.4M293](/packages/masterminds-html5)[league/html-to-markdown

An HTML-to-markdown conversion helper for PHP

1.9k31.0M274](/packages/league-html-to-markdown)[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)[sunra/php-simple-html-dom-parser

Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.

1.3k9.6M64](/packages/sunra-php-simple-html-dom-parser)[imangazaliev/didom

Simple and fast HTML parser

2.2k2.4M70](/packages/imangazaliev-didom)[querypath/querypath

HTML/XML querying and processing (like jQuery)

8197.1M27](/packages/querypath-querypath)

PHPackages © 2026

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