PHPackages                             pocket-digital/feed-reader - 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. pocket-digital/feed-reader

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

pocket-digital/feed-reader
==========================

A simple RSS feed reader for Laravel 5

1.3.3(4y ago)045MITPHPPHP 8.\*

Since Mar 18Pushed 4y agoCompare

[ Source](https://github.com/y-koike-pocket-digital/feed-reader)[ Packagist](https://packagist.org/packages/pocket-digital/feed-reader)[ RSS](/packages/pocket-digital-feed-reader/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (12)Used By (0)

Laravel 5 - Feed Reader
=======================

[](#laravel-5---feed-reader)

A simple RSS feed reader for **Laravel 5**

Features
--------

[](#features)

- One command to read any RSS feed
- Different RSS feed profiles enabled

Quick Start
-----------

[](#quick-start)

In the `require` key of `composer.json` file add the following:

```
"awjudd/feed-reader": "1.3.*"

```

Run the Composer update command

```
$ composer update

```

In your `config/app.php` add `'Awjudd\FeedReader\FeedReaderServiceProvider'` to the end of the `$providers` array

```
'providers' => array(
    Illuminate\Auth\AuthServiceProvider::class,
    Illuminate\Broadcasting\BroadcastServiceProvider::class,
    ...
    Awjudd\FeedReader\FeedReaderServiceProvider::class,

),

'aliases' => array(
    'App' => Illuminate\Support\Facades\App::class,
    'Artisan' => Illuminate\Support\Facades\Artisan::class,
    ...
    'FeedReader' => Awjudd\FeedReader\Facade::class,
),
```

Setup
-----

[](#setup)

### Publishing the Configuration

[](#publishing-the-configuration)

After installing through composer, you should publish the config file. To do this, run the following command:

```
$ php artisan vendor:publish

```

### Configuration Values

[](#configuration-values)

Once published, the configuration file contains an array of profiles. These will define how the RSS feed reader will react. By default the "default" profile will used. For more information on: [here](http://simplepie.org/wiki/reference/simplepie/start).

### How to use

[](#how-to-use)

Once you have all of the configuration settings set up, in order to read a RSS feed all you need to do is call the `read` function:

```
FeedReader::read('http://www.example.com/rss');
```

This function accepts 2 parameters however, the second parameter is optional. The second parameter is the configuration profile that should be used when reading the RSS feed.

This will return to you the SimplePie object with the RSS feed in it.

License
-------

[](#license)

Feed Reader is free software distributed under the terms of the MIT license

Additional Information
----------------------

[](#additional-information)

Any issues, please [report here](https://github.com/awjudd/l4-feed-reader/issues)

###  Health Score

30

—

LowBetter than 61% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~422 days

Recently: every ~647 days

Total

8

Last Release

1577d ago

PHP version history (4 changes)v1.0.0PHP &gt;=5.3.0

1.2.0PHP &gt;=5.4.0

1.3.0.0PHP &gt;=5.5.9

1.3.3PHP 8.\*

### Community

Maintainers

![](https://www.gravatar.com/avatar/e0f2f861ae8e73bacd58fca3bb56007f06f1e58345a8e884f31aa13c416ba5b6?d=identicon)[y.koike](/maintainers/y.koike)

---

Top Contributors

[![awjudd](https://avatars.githubusercontent.com/u/1910996?v=4)](https://github.com/awjudd "awjudd (30 commits)")[![y-koike-pocket-digital](https://avatars.githubusercontent.com/u/103465085?v=4)](https://github.com/y-koike-pocket-digital "y-koike-pocket-digital (2 commits)")[![AntonNiklasson](https://avatars.githubusercontent.com/u/785676?v=4)](https://github.com/AntonNiklasson "AntonNiklasson (1 commits)")[![konomae](https://avatars.githubusercontent.com/u/1920783?v=4)](https://github.com/konomae "konomae (1 commits)")[![ManiacTwister](https://avatars.githubusercontent.com/u/893193?v=4)](https://github.com/ManiacTwister "ManiacTwister (1 commits)")[![metis-elpis-typhon](https://avatars.githubusercontent.com/u/47568199?v=4)](https://github.com/metis-elpis-typhon "metis-elpis-typhon (1 commits)")

### Embed Badge

![Health badge](/badges/pocket-digital-feed-reader/health.svg)

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

###  Alternatives

[illuminate/pagination

The Illuminate Pagination package.

12234.6M1.1k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9350.2M310](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.8M410](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

224.7M146](/packages/illuminate-cookie)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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