PHPackages                             01-10/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. 01-10/laravel-feed

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

01-10/laravel-feed
==================

Laravelium Feed package for Laravel.

0165↓28.6%PHP

Since Jan 12Pushed 3mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

**[Laravelium Feed](https://laravelium.com) package**
=====================================================

[](#laravelium-feed-package)

[![License](https://camo.githubusercontent.com/a7c10347bbab217f7120b63588bdcad871e4dfaaa649b78f3966e51d54d9addb/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c69756d2f666565642f6c6963656e7365)](https://packagist.org/packages/laravelium/feed) [![PHP tests](https://github.com/Laravelium/laravel-feed/workflows/PHP%20tests/badge.svg?branch=master)](https://github.com//Laravelium/laravel-feed/actions?query=workflow%3A%22PHP+tests%22) [![Test Coverage](https://camo.githubusercontent.com/55daa52c16b5cbed59e9d8e9b39f2618ab8fbef7b30a80aaa91e064005f1f9f6/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f34633239336564393632633133323862666366632f746573745f636f766572616765)](https://codeclimate.com/github/Laravelium/laravel-feed/test_coverage) [![Maintainability](https://camo.githubusercontent.com/0577963290735b8808c884178016980216adad6da49bfbd0694ff10465a3b2ff/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f34633239336564393632633133323862666366632f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/Laravelium/laravel-feed/maintainability) [![Style Status](https://camo.githubusercontent.com/efad6c672882f65a8c158b576ede7f635223ffeecb4f6f4e9c9f61a267c6acdf/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f31303339313732332f736869656c643f7374796c653d6e6f726d616c266272616e63683d6d6173746572)](https://github.styleci.io/repos/10391723) [![Latest Stable Version](https://camo.githubusercontent.com/86485b36f107e3df3e28d01e61c25fcf456ceda2ec51edaa24c9ed96501de414/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c69756d2f666565642f762f737461626c65)](https://packagist.org/packages/laravelium/feed) [![Total Downloads](https://camo.githubusercontent.com/d1d4f9b41bd927a50396fe3fed5191d440d169c42b91c45746fba45035302fa3/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c69756d2f666565642f646f776e6c6f616473)](https://packagist.org/packages/laravelium/feed)

*Laravelium 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 laravelium/feed
```

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

#### For Laravel 8

[](#for-laravel-8)

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

(development branch)

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

#### For Laravel 7

[](#for-laravel-7)

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

(development branch)

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

#### For Laravel 6

[](#for-laravel-6)

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

(development branch)

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

#### For Laravel 5.8

[](#for-laravel-58)

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

(development branch)

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

#### For Laravel 5.7

[](#for-laravel-57)

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

(development branch)

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

#### For Laravel 5.6

[](#for-laravel-56)

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

(development branch)

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

#### For Laravel 5.5

[](#for-laravel-55)

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

(development branch)

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

Publish package views (OPTIONAL) :

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

Examples
--------

[](#examples)

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

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

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

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

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

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

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

[](#contribution-guidelines)

Before submiting new merge request or creating new issue, please read [contribution guidelines](https://github.com/Laravelium/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

23

—

LowBetter than 27% of packages

Maintenance52

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor4

4 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.

### Community

Maintainers

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

---

Top Contributors

[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (7 commits)")[![CaraWang](https://avatars.githubusercontent.com/u/4214689?v=4)](https://github.com/CaraWang "CaraWang (7 commits)")[![Assmay](https://avatars.githubusercontent.com/u/18699209?v=4)](https://github.com/Assmay "Assmay (4 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)")[![01-10](https://avatars.githubusercontent.com/u/2462090?v=4)](https://github.com/01-10 "01-10 (2 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)")[![thijsvdanker](https://avatars.githubusercontent.com/u/429548?v=4)](https://github.com/thijsvdanker "thijsvdanker (1 commits)")[![tompec](https://avatars.githubusercontent.com/u/17140634?v=4)](https://github.com/tompec "tompec (1 commits)")[![abhimanyu003](https://avatars.githubusercontent.com/u/265913?v=4)](https://github.com/abhimanyu003 "abhimanyu003 (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)")[![chrisloftus](https://avatars.githubusercontent.com/u/68920?v=4)](https://github.com/chrisloftus "chrisloftus (1 commits)")

### Embed Badge

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

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

###  Alternatives

[leocarmo/graceful-shutdown-php

Graceful Shutdown for PHP

18108.2k](/packages/leocarmo-graceful-shutdown-php)[bogdaan/open-location-code

Open location code for php

1076.5k](/packages/bogdaan-open-location-code)

PHPackages © 2026

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