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

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

bitsnbolts/laravel-feed
=======================

Bitsnbolts Feed package for Laravel.

v12.0.0(4mo ago)010.4k1MITPHPPHP ^8.3

Since Sep 22Pushed 4mo agoCompare

[ Source](https://github.com/bitsnbolts/laravel-feed)[ Packagist](https://packagist.org/packages/bitsnbolts/laravel-feed)[ Docs](https://bitsnbolts.com)[ RSS](/packages/bitsnbolts-laravel-feed/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (5)Versions (6)Used By (0)

**[Bitsnbolts Feed](https://bitsnbolts.com) package**
=====================================================

[](#bitsnbolts-feed-package)

[![License](https://camo.githubusercontent.com/00bc3a8545c577f4a3d43adce176f9718ea2c9421bd125d2c0b28817824ae7f7/68747470733a2f2f706f7365722e707567782e6f72672f626974736e626f6c74732f666565642f6c6963656e7365)](https://packagist.org/packages/bitsnbolts/feed) [![PHP tests](https://github.com/Bitsnbolts/laravel-feed/workflows/PHP%20tests/badge.svg?branch=master)](https://github.com//Bitsnbolts/laravel-feed/actions?query=workflow%3A%22PHP+tests%22) [![Test Coverage](https://camo.githubusercontent.com/55daa52c16b5cbed59e9d8e9b39f2618ab8fbef7b30a80aaa91e064005f1f9f6/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f34633239336564393632633133323862666366632f746573745f636f766572616765)](https://codeclimate.com/github/Bitsnbolts/laravel-feed/test_coverage) [![Maintainability](https://camo.githubusercontent.com/0577963290735b8808c884178016980216adad6da49bfbd0694ff10465a3b2ff/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f34633239336564393632633133323862666366632f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/Bitsnbolts/laravel-feed/maintainability) [![Style Status](https://camo.githubusercontent.com/efad6c672882f65a8c158b576ede7f635223ffeecb4f6f4e9c9f61a267c6acdf/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f31303339313732332f736869656c643f7374796c653d6e6f726d616c266272616e63683d6d6173746572)](https://github.styleci.io/repos/10391723) [![Latest Stable Version](https://camo.githubusercontent.com/bdb645c55aa3af2d46135d1d8aa2ccd2a667def333804d5ee6252e84100544e8/68747470733a2f2f706f7365722e707567782e6f72672f626974736e626f6c74732f666565642f762f737461626c65)](https://packagist.org/packages/bitsnbolts/feed) [![Total Downloads](https://camo.githubusercontent.com/dac3104e85c86edb8d978743c1482d9e0d3da2e0ff9f615247df5427bc89a5fa/68747470733a2f2f706f7365722e707567782e6f72672f626974736e626f6c74732f666565642f646f776e6c6f616473)](https://packagist.org/packages/bitsnbolts/feed)

*Bitsnbolts Feed package for Laravel.*

Notes
-----

[](#notes)

- Dev branches are for development and are **UNSTABLE** (*use on your own risk*)!

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

[](#installation)

Run the following command and provide the latest stable version (e.g v8.\*) :

```
composer require bitsnbolts/feed
```

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

#### For Laravel 8

[](#for-laravel-8)

```
"bitsnbolts/feed": "8.*"
```

(development branch)

```
"bitsnbolts/feed": "8.x-dev"
```

#### For Laravel 7

[](#for-laravel-7)

```
"bitsnbolts/feed": "7.*"
```

(development branch)

```
"bitsnbolts/feed": "7.x-dev"
```

#### For Laravel 6

[](#for-laravel-6)

```
"bitsnbolts/feed": "6.*"
```

(development branch)

```
"bitsnbolts/feed": "6.x-dev"
```

#### For Laravel 5.8

[](#for-laravel-58)

```
"bitsnbolts/feed": "3.1.*"
```

(development branch)

```
"bitsnbolts/feed": "3.1.x-dev"
```

#### For Laravel 5.7

[](#for-laravel-57)

```
"bitsnbolts/feed": "3.0.*"
```

(development branch)

```
"bitsnbolts/feed": "3.0.x-dev"
```

#### For Laravel 5.6

[](#for-laravel-56)

```
"bitsnbolts/feed": "2.12.*"
```

(development branch)

```
"bitsnbolts/feed": "2.12.x-dev"
```

#### For Laravel 5.5

[](#for-laravel-55)

```
"bitsnbolts/feed": "2.11.*"
```

(development branch)

```
"bitsnbolts/feed": "2.11.x-dev"
```

Publish package views (OPTIONAL) :

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

Examples
--------

[](#examples)

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

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

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

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

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

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

Contribution guidelines
-----------------------

[](#contribution-guidelines)

Before submiting new merge request or creating new issue, please read [contribution guidelines](https://github.com/Bitsnbolts/laravel-feed/blob/master/CONTRIBUTING.md).

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance74

Regular maintenance activity

Popularity22

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity65

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

Total

5

Last Release

142d ago

Major Versions

v9.1.0 → v10.0.02023-07-06

v10.0.0 → v11.0.02024-10-29

v11.0.0 → v12.0.02025-12-19

PHP version history (3 changes)v9.0.0PHP ^8.1

v11.0.0PHP ^8.2

v12.0.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/4395242ced08362b402e6117b60fe23df915df83e48b9b6bb8940b31ea55a660?d=identicon)[thijsvdanker](/maintainers/thijsvdanker)

---

Top Contributors

[![CaraWang](https://avatars.githubusercontent.com/u/4214689?v=4)](https://github.com/CaraWang "CaraWang (7 commits)")[![thijsvdanker](https://avatars.githubusercontent.com/u/429548?v=4)](https://github.com/thijsvdanker "thijsvdanker (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)")[![cmgmyr](https://avatars.githubusercontent.com/u/4693481?v=4)](https://github.com/cmgmyr "cmgmyr (1 commits)")[![Garlink](https://avatars.githubusercontent.com/u/2921166?v=4)](https://github.com/Garlink "Garlink (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)")[![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)")[![ricvelozo](https://avatars.githubusercontent.com/u/1834764?v=4)](https://github.com/ricvelozo "ricvelozo (1 commits)")[![sdebacker](https://avatars.githubusercontent.com/u/134503?v=4)](https://github.com/sdebacker "sdebacker (1 commits)")[![tbenjis](https://avatars.githubusercontent.com/u/1700717?v=4)](https://github.com/tbenjis "tbenjis (1 commits)")[![abhimanyu003](https://avatars.githubusercontent.com/u/265913?v=4)](https://github.com/abhimanyu003 "abhimanyu003 (1 commits)")[![tompec](https://avatars.githubusercontent.com/u/17140634?v=4)](https://github.com/tompec "tompec (1 commits)")[![baijunyao](https://avatars.githubusercontent.com/u/9360694?v=4)](https://github.com/baijunyao "baijunyao (1 commits)")[![bberlijn](https://avatars.githubusercontent.com/u/9305845?v=4)](https://github.com/bberlijn "bberlijn (1 commits)")[![carbonvader](https://avatars.githubusercontent.com/u/5130717?v=4)](https://github.com/carbonvader "carbonvader (1 commits)")[![chrisloftus](https://avatars.githubusercontent.com/u/68920?v=4)](https://github.com/chrisloftus "chrisloftus (1 commits)")

---

Tags

laravelatomfeedrssgeneratorbitsnbolts

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

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

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[rumenx/php-feed

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

3652.3k](/packages/rumenx-php-feed)[fkr/simplepie-bundle

Integrates SimplePie into Symfony

11137.5k](/packages/fkr-simplepie-bundle)

PHPackages © 2026

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