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(2mo ago)01.2k—0%MITPHPPHP ^8.4CI passing

Since Dec 22Pushed 1mo 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 1mo ago

READMEChangelogDependencies (6)Versions (21)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

44

—

FairBetter than 92% of packages

Maintenance88

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

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

79d 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 (68 commits)")[![puklipo](https://avatars.githubusercontent.com/u/88759954?v=4)](https://github.com/puklipo "puklipo (16 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (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

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M686](/packages/barryvdh-laravel-ide-helper)[spatie/laravel-feed

Generate rss feeds

9743.6M28](/packages/spatie-laravel-feed)[thujohn/rss

RSS builder for Laravel 4

72130.0k3](/packages/thujohn-rss)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)

PHPackages © 2026

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