tamago / feed-render-bundle
Simple bundle to quickly render RSS feeds
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
github.com/tamago-db/TamagoFeedRenderBundle
Type:symfony-bundle
pkg:composer/tamago/feed-render-bundle
dev-master
2015-01-16 19:10 UTC
Requires
- php: >=5.3.3
- ext-curl: *
- symfony/symfony: ~2.5
- white-october/pagerfanta-bundle: ~1.0.2
This package is not auto-updated.
Last update: 2025-10-07 13:05:57 UTC
README
Simple bundle to render RSS news feeds within an app
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.