项目作者: mdobydullah

项目描述 :
RSS & Atom Feed Generator and Reader for Laravel & PHP Project
高级语言: PHP
项目地址: git://github.com/mdobydullah/easyfeed.git
创建时间: 2019-11-30T11:03:05Z
项目社区:https://github.com/mdobydullah/easyfeed

开源协议:MIT License

下载









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

  1. 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:

  1. 'providers' => [
  2. ...
  3. Obydul\EasyFeed\EasyFeedServiceProvider::class, // Add this line
  4. [,
  5. 'aliases' => [
  6. ...
  7. 'FeedRead' => Obydul\EasyFeed\Facades\FeedRead::class, // Add this line
  8. ],

Get Started

Please read our simple documentation to get started.

License

Licensed under the MIT License.