Download the PHP package fabricio872/easy-rss-bundle without Composer
On this page you can find all versions of the php package fabricio872/easy-rss-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fabricio872/easy-rss-bundle
More information about fabricio872/easy-rss-bundle
Files in fabricio872/easy-rss-bundle
Package easy-rss-bundle
Short Description Symfony bundle for managing RSS feed just add items and set limits and bundle handles storing items and deleting old ones automatically.
License MIT
Informations about the package easy-rss-bundle
Easy RSS
Symfony bundle for managing RSS feed just add items and set limits and bundle handles storing items and deleting old ones automatically.
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Configuration options
Usage
First of all we need to create an endpoint on which we can connect RSS reader:
Then you can start adding feeds:
-
create Feed object:
- publish feed:
And that's it if your page has only one RSS feed channel than you are done.
More than one RSS channel
create more endpoints for each channel
create feed with defined channel
adding feed with defined channel is same as shown above.
All versions of easy-rss-bundle with dependencies
symfony/yaml Version ^6.1
symfony/event-dispatcher Version ^6.1
symfony/event-dispatcher-contracts Version ^3.1
symfony/twig-bundle Version ^6.1
symfony/serializer Version ^6.1
doctrine/collections Version ^2.1
symfony/orm-pack Version ^2.3
markocupic/rss-feed-generator-bundle Version ^1.1
symfony/uid Version ^6.2