Download the PHP package ejdelmonico/laravel-rss-feed without Composer
On this page you can find all versions of the php package ejdelmonico/laravel-rss-feed. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ejdelmonico/laravel-rss-feed
More information about ejdelmonico/laravel-rss-feed
Files in ejdelmonico/laravel-rss-feed
Package laravel-rss-feed
Short Description A simple Laravel 5 wrapper around SimplePie to pull in RSS feeds
License MIT
Homepage https://github.com/ejdelmonico/LaravelRSSFeed
Informations about the package laravel-rss-feed
Laravel RSS Feed Parser
This project is crafted for usage in Laravel 5 applications using >= PHP 7. It was inspired by a need to pull in blog posts from a single url to use in Laravel Blade templates.
Installation
The LaravelRSSFeed package is installed by requiring the package in your composer.json
. You can either do it via composer install
or by simply including it.
Configuration
To use the package, you must register the service provider:
Usage
Here is a simple example:
Change log
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- E J Del Monico
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-rss-feed with dependencies
illuminate/contracts Version ~5.3.0
php Version >=7.0
simplepie/simplepie Version 1.4.*