Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.15 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.15 KB

TamagoFeedRenderBundle

Simple bundle to render RSS news feeds within an app

Build Status SensioLabsInsight Scrutinizer Code Quality

Installation

Add the package to your composer.json file

"tamago/feed-render-bundle": "dev-master",

Register the bundle in your kernel

public function registerBundles()
{
    $bundles = array(
        // ...
        new Tamago\FeedRenderBundle\TamagoFeedRenderBundleBundle(),
        // ...
    );

Configuration

parameters:
    tamago_feed_render.url: 'http://rss.indeed.com/rss?q=RSS'
    tamago_feed_render.max_per_page: 10

License

This bundle is under the MIT license.