PHPackages                             highsolutions/feed - 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. [API Development](/categories/api)
4. /
5. highsolutions/feed

ActiveLibrary[API Development](/categories/api)

highsolutions/feed
==================

A RSS2 feed generator for Laravel.

4.1.0(5y ago)067MITPHPPHP &gt;=5.5.9

Since Jun 13Pushed 5y agoCompare

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

READMEChangelog (6)Dependencies (3)Versions (29)Used By (0)

[![Laravel-Feed by HighSolutions](https://raw.githubusercontent.com/highsolutions/laravel-feed/master/intro.jpg)](https://raw.githubusercontent.com/highsolutions/laravel-feed/master/intro.jpg)

Laravel-Feed
============

[](#laravel-feed)

A simple feed generator for Laravel 5/6.x/7.x/8.x with support for RSS 2.

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

[](#installation)

Run the following command and provide the latest stable version (^4.0):

```
composer require highsolutions/feed
```

or add the following to your `composer.json` file:

```
"highsolutions/feed": "^4.*"
```

This package uses Laravel 5.5 Package Auto-Discovery. For previous versions of Laravel, you need to update `config/app.php` by adding an entry for the service provider:

```
HighSolutions\Feed\FeedServiceProvider::class,
```

and add class alias:

```
'Feed' => HighSolutions\Feed\Feed::class,
```

Publish package views (OPTIONAL):

```
php artisan vendor:publish --provider="HighSolutions\Feed\FeedServiceProvider"
```

Examples
--------

[](#examples)

[How to generate basic feed (with optional caching)](https://github.com/RoumenDamianoff/laravel-feed/wiki/basic-feed)

[How to generate multiple feeds](https://github.com/RoumenDamianoff/laravel-feed/wiki/multiple-feeds)

[How to add images to your feed](https://github.com/RoumenDamianoff/laravel-feed/wiki/How-to-add-images-to-your-feed)

[How to use custom view for your feed](https://github.com/RoumenDamianoff/laravel-feed/wiki/How-to-use-custom-view)

[How to use custom content-type for your feed](https://github.com/RoumenDamianoff/laravel-feed/wiki/How-to-use-custom-content-type)

and more in the [Wiki](https://github.com/RoumenDamianoff/laravel-feed/wiki)

Credits
-------

[](#credits)

This package was originally created by [RoumenDamianoff](http://github.com/RoumenDamianoff) and is available here: [laravel-feed](https://github.com/RoumenDamianoff/laravel-feed).

Currently is developed by [HighSolutions](https://highsolutions.org), software house from Poland in love in Laravel.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor3

3 contributors hold 50%+ of commits

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

Recently: every ~304 days

Total

27

Last Release

2073d ago

Major Versions

v2.10.5 → 3.0.02017-04-18

3.0.4 → 4.0.02019-09-04

PHP version history (3 changes)v2.6.8PHP &gt;=5.3.0

v2.8.1PHP &gt;=5.4.0

v2.9.3PHP &gt;=5.5.9

### Community

Maintainers

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

---

Top Contributors

[![CaraWang](https://avatars.githubusercontent.com/u/4214689?v=4)](https://github.com/CaraWang "CaraWang (7 commits)")[![adammatysiak](https://avatars.githubusercontent.com/u/25105267?v=4)](https://github.com/adammatysiak "adammatysiak (7 commits)")[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (7 commits)")[![foysalit](https://avatars.githubusercontent.com/u/1919066?v=4)](https://github.com/foysalit "foysalit (3 commits)")[![faytzel](https://avatars.githubusercontent.com/u/1248446?v=4)](https://github.com/faytzel "faytzel (2 commits)")[![ldidry](https://avatars.githubusercontent.com/u/922350?v=4)](https://github.com/ldidry "ldidry (1 commits)")[![oxlay](https://avatars.githubusercontent.com/u/75981699?v=4)](https://github.com/oxlay "oxlay (1 commits)")[![abhimanyu003](https://avatars.githubusercontent.com/u/265913?v=4)](https://github.com/abhimanyu003 "abhimanyu003 (1 commits)")[![ricvelozo](https://avatars.githubusercontent.com/u/1834764?v=4)](https://github.com/ricvelozo "ricvelozo (1 commits)")[![bberlijn](https://avatars.githubusercontent.com/u/9305845?v=4)](https://github.com/bberlijn "bberlijn (1 commits)")[![cmgmyr](https://avatars.githubusercontent.com/u/4693481?v=4)](https://github.com/cmgmyr "cmgmyr (1 commits)")[![jbrooksuk](https://avatars.githubusercontent.com/u/246103?v=4)](https://github.com/jbrooksuk "jbrooksuk (1 commits)")[![kurtbeheydt](https://avatars.githubusercontent.com/u/398778?v=4)](https://github.com/kurtbeheydt "kurtbeheydt (1 commits)")

---

Tags

laravelatomfeedrssgenerator

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/highsolutions-feed/health.svg)

```
[![Health](https://phpackages.com/badges/highsolutions-feed/health.svg)](https://phpackages.com/packages/highsolutions-feed)
```

###  Alternatives

[laminas/laminas-feed

provides functionality for creating and consuming RSS and Atom feeds

16749.2M47](/packages/laminas-laminas-feed)[mibe/feedwriter

Generate feeds in either RSS 1.0, RSS 2.0 or ATOM formats

1951.1M5](/packages/mibe-feedwriter)[debril/rss-atom-bundle

RSS / Atom and JSONFeed support for Symfony

1381.3M2](/packages/debril-rss-atom-bundle)[eko/feedbundle

A Symfony bundle to build RSS feeds from entities

142574.6k3](/packages/eko-feedbundle)[rumenx/php-feed

Framework-agnostic PHP Feed generator for Laravel, Symfony, and more.

3652.3k](/packages/rumenx-php-feed)[sokolnikov911/yandex-turbo-pages

PHP7 Yandex Turbo Pages RSS feed generator

4686.9k](/packages/sokolnikov911-yandex-turbo-pages)

PHPackages © 2026

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