2017 © Pedro Peláez
 

library feed-reader

A simple RSS feed reader for Laravel 5

image

awjudd/feed-reader

A simple RSS feed reader for Laravel 5

  • Wednesday, December 21, 2016
  • by awjudd
  • Repository
  • 4 Watchers
  • 43 Stars
  • 51,659 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 16 Forks
  • 2 Open issues
  • 10 Versions
  • 6 % Grown

The README.md

Laravel 5 - Feed Reader

A simple RSS feed reader for Laravel 5, (*1)

Features

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

Quick Start

In the require key of composer.json file add the following:, (*2)

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

Run the Composer update command, (*3)

$ composer update

In your config/app.php add 'Awjudd\FeedReader\FeedReaderServiceProvider' to the end of the $providers array, (*4)

'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

Publishing the Configuration

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

$ php artisan vendor:publish

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., (*6)

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:, (*7)

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., (*8)

This will return to you the SimplePie object with the RSS feed in it., (*9)

License

Feed Reader is free software distributed under the terms of the MIT license, (*10)

Additional Information

Any issues, please report here, (*11)

The Versions

21/12 2016

dev-master

9999999-dev

A simple RSS feed reader for Laravel 5

  Sources   Download

MIT

The Requires

 

20/12 2016

dev-laravel-5.3-package-shift

dev-laravel-5.3-package-shift

A simple RSS feed reader for Laravel 5

  Sources   Download

MIT

The Requires

 

13/12 2016

1.3.2

1.3.2.0

A simple RSS feed reader for Laravel 5

  Sources   Download

MIT

The Requires

 

18/06 2016

1.3.1

1.3.1.0

A simple RSS feed reader for Laravel 5

  Sources   Download

MIT

The Requires

 

18/06 2016

1.3.0.0

1.3.0.0

A simple RSS feed reader for Laravel 5

  Sources   Download

MIT

The Requires

 

23/03 2015

1.2.0

1.2.0.0

A simple RSS feed reader for Laravel 5

  Sources   Download

MIT

The Requires

 

23/03 2015

1.3.0

1.3.0.0

A simple RSS feed reader for Laravel 5

  Sources   Download

MIT

The Requires

 

03/08 2014

1.1.0.1

1.1.0.1

A simple RSS feed reader for Laravel 4.1

  Sources   Download

MIT

The Requires

 

11/05 2014

1.1.0

1.1.0.0

A simple RSS feed reader for Laravel 4.1

  Sources   Download

MIT

The Requires

 

18/03 2014

v1.0.0

1.0.0.0

A simple RSS feed reader for Laravel 4.1

  Sources   Download

MIT

The Requires