obydul/easyfeed

EasyFeed is a simple PHP package to create and read RSS & Atom feed specially for Laravel.

v1.0.0 2019-11-30 11:28 UTC

This package is auto-updated.

Last update: 2024-04-22 08:08:16 UTC


README


69899322-8a9c3c00-138e-11ea-8d52-3b90869e7f16.png

EasyFeed

Create and Read RSS & Atom Feed

EasyFeed is a simple PHP package to create and read RSS & Atom feed specially for Laravel

68747470733a2f2f706f7365722e707567782e6f72672f6f627964756c2f65617379666565642f762f737461626c65 68747470733a2f2f706f7365722e707567782e6f72672f6f627964756c2f65617379666565642f762f756e737461626c65 68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6f627964756c2f6561737966656564 68747470733a2f2f706f7365722e707567782e6f72672f6f627964756c2f65617379666565642f6c6963656e7365 68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f6f62797964756c3f6c6162656c3d466f6c6c6f77267374796c653d736f6369616c

This project is under active development. Any feedback or contributions would be appreciated.

Quick Start

To install this package run the Composer command

composer require obydul/easyfeed

For Laravel 5.5 and above this package supports Laravel Auto-Discovery and will be discovered automatically.

For Laravel versions prior to 5.5 follow next guide:

In your config/app.php add following:

'providers' => [
    ...
    Obydul\EasyFeed\EasyFeedServiceProvider::class, // Add this line
[,

'aliases' => [
    ...
    'FeedRead' => Obydul\EasyFeed\Facades\FeedRead::class, // Add this line
],

Get Started

Please read our simple documentation to get started.

License

Licensed under the MIT License.