PHPackages                             sters/extract-content - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sters/extract-content

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sters/extract-content
=====================

Extract web articles

0.0.3(8y ago)488911MITPHPPHP ~7.0

Since Nov 29Pushed 6y agoCompare

[ Source](https://github.com/sters/extract-content)[ Packagist](https://packagist.org/packages/sters/extract-content)[ RSS](/packages/sters-extract-content/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (1)

ExtractContent
==============

[](#extractcontent)

[![CircleCI](https://camo.githubusercontent.com/093843edfa8d11415725c6ec245e85cafb1cf0f2f51e5d0c173316edb6dce7da/68747470733a2f2f636972636c6563692e636f6d2f67682f73746572732f657874726163742d636f6e74656e742f747265652f6d61737465722e7376673f7374796c653d737667)](https://circleci.com/gh/sters/extract-content/tree/master)

ExtractContent for PHP7.

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

[](#installation)

Install Plugin using composer.

```
composer require "sters/extract-content:dev-master"

```

Usage
-----

[](#usage)

```
use ExtractContent\ExtractContent;

$content = file_get_contents('https://en.wikipedia.org/wiki/PHPUnit');
$extractor = new ExtractContent($content);
$result = $extractor->analyse();

```

Output example.

```
PHPUnit is based on the idea that developers should be able to find mistakes in their newly committed code quickly and assert...

```

Original versions
-----------------

[](#original-versions)

[http://labs.cybozu.co.jp/blog/nakatani/2007/09/web\_1.html](http://labs.cybozu.co.jp/blog/nakatani/2007/09/web_1.html)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

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

Total

3

Last Release

3080d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1658147?v=4)[sters](/maintainers/sters)[@sters](https://github.com/sters)

---

Top Contributors

[![sters](https://avatars.githubusercontent.com/u/1658147?v=4)](https://github.com/sters "sters (16 commits)")

---

Tags

article-extractorextract-contentphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sters-extract-content/health.svg)

```
[![Health](https://phpackages.com/badges/sters-extract-content/health.svg)](https://phpackages.com/packages/sters-extract-content)
```

###  Alternatives

[sunel/eav

Eav For Artisan.

1533.6k1](/packages/sunel-eav)[coreproc/laravel-wallet-plus

Easily add a virtual wallet to your Laravel models. Features multiple wallets and a ledger system to help keep track of all transactions in the wallets.

2914.6k](/packages/coreproc-laravel-wallet-plus)[tarsana/functional

functional programming library for PHP

542.1k1](/packages/tarsana-functional)

PHPackages © 2026

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