LaravelPackages.net
Acme Inc.
Toggle sidebar
obydul/easyfeed

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

432
2
v1.0.0
About obydul/easyfeed

obydul/easyfeed is a Laravel package for easyfeed is a simple php package to create and read rss & atom feed specially for laravel.. It currently has 2 GitHub stars and 432 downloads on Packagist (latest version v1.0.0). Install it with composer require obydul/easyfeed. Discover more Laravel packages by obydul or browse all Laravel packages to compare alternatives.

Last updated


EasyFeed

Create and Read RSS & Atom Feed

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



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.

Star History Chart