Skip to content

tamago-db/TamagoFeedRenderBundle

Repository files navigation

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.

About

Simple bundle to render RSS news feeds within an app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published