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

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

dotpack/php-boiler-pipe
=======================

PhpBoilerPipe. Boilerplate Removal and Fulltext Extraction from HTML pages

174.9k↓100%12[2 issues](https://github.com/dotpack/php-boiler-pipe/issues)PHP

Since Jun 2Pushed 1y ago6 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#phpboilerpipe)

Project Archived
----------------

[](#project-archived)

This project is no longer maintained. Please refer to [pforret/pf-article-extractor](https://github.com/pforret/pf-article-extractor) for further updates and continued development.

Thank you for your support!

---

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 DotPack\PhpBoilerPipe\ArticleExtractor();
echo $ae->getContent($data) . "\n";
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance24

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)[jms/metadata

Class/method/property metadata management in PHP

1.8k152.8M88](/packages/jms-metadata)[jms/serializer-bundle

Allows you to easily serialize, and deserialize data of any complexity

1.8k89.3M627](/packages/jms-serializer-bundle)[hassankhan/config

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

97513.5M170](/packages/hassankhan-config)[meyfa/php-svg

Read, edit, write, and render SVG files with PHP

54613.9M42](/packages/meyfa-php-svg)

PHPackages © 2026

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