PHPackages                             revolution/laravel-fullfeed - 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. revolution/laravel-fullfeed

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

revolution/laravel-fullfeed
===========================

Extracts the main content from web pages for use in feed readers

0.1.19(4mo ago)01.7k↑21.4%MITPHPPHP ^8.4CI passing

Since Dec 22Pushed 2w agoCompare

[ Source](https://github.com/invokable/laravel-fullfeed)[ Packagist](https://packagist.org/packages/revolution/laravel-fullfeed)[ GitHub Sponsors](https://github.com/invokable)[ RSS](/packages/revolution-laravel-fullfeed/feed)WikiDiscussions main Synced yesterday

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

FullFeed
========

[](#fullfeed)

[![tests](https://github.com/invokable/laravel-fullfeed/actions/workflows/tests.yml/badge.svg)](https://github.com/invokable/laravel-fullfeed/actions/workflows/tests.yml)

Overview
--------

[](#overview)

FullFeed is a Laravel package that extracts the main content from web pages for use in feed readers.
It uses site-specific rules defined in a JSON file to parse and retrieve exactly the content you need.

We've separated the FullFeed package from our private feed reader app and made it publicly available.

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

[](#requirements)

- PHP &gt;= 8.4
    - Since using `Dom\HTMLDocument`, must be 8.4 or higher.
- Laravel &gt;= 12.x

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

[](#installation)

```
composer require revolution/laravel-fullfeed
```

Or to get the latest development version

```
composer require revolution/laravel-fullfeed:dev-main
```

Publish config and site definition files

```
php artisan vendor:publish --tag=fullfeed
```

`config/fullfeed.php` and `resources/fullfeed` will be created.

### Update site definition files

[](#update-site-definition-files)

When updating via `composer update`, you can automatically publish the latest site definition files.
Add the following to the `composer.json`

```
        "post-update-cmd": [
            "@php artisan vendor:publish --tag=laravel-assets --ansi --force",
            "@php artisan vendor:publish --tag=fullfeed-site --ansi --force"
        ],
```

Configuration
-------------

[](#configuration)

If you want to add your own site rules, add them in `resources/fullfeed`.

Usage
-----

[](#usage)

```
use Revolution\Fullfeed\Facades\FullFeed;

$html = FullFeed::get($url);
```

Testing
-------

[](#testing)

```
use Revolution\Fullfeed\Facades\FullFeed;

FullFeed::expects('get')
    ->with('https://example.com/article/1')
    ->andReturn('Main content');

// Your test code here
```

License
-------

[](#license)

MIT

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance88

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.2% 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 ~3 days

Recently: every ~11 days

Total

20

Last Release

131d ago

### Community

Maintainers

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

---

Top Contributors

[![kawax](https://avatars.githubusercontent.com/u/1502086?v=4)](https://github.com/kawax "kawax (127 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (18 commits)")[![puklipo](https://avatars.githubusercontent.com/u/88759954?v=4)](https://github.com/puklipo "puklipo (16 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (14 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

laravelrssfullfeed

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/revolution-laravel-fullfeed/health.svg)

```
[![Health](https://phpackages.com/badges/revolution-laravel-fullfeed/health.svg)](https://phpackages.com/packages/revolution-laravel-fullfeed)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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