tamago / feed-render-bundle
Simple bundle to quickly render RSS feeds
Installs: 4 133
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
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: 2024-11-05 09:02:36 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.