xgosoftwarecraft/yii2-rss-reader

Yii 2 rss reader.

dev-master 2017-04-06 10:28 UTC

This package is not auto-updated.

Last update: 2025-06-08 05:36:43 UTC


README

Rss reader widget for Yii2.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist xgosoftwarecraft/yii2-rss-reader "dev-master"

or add

"xgosoftwarecraft/yii2-rss-reader": "dev-master"

to the require section of your composer.json file.

Usage

$sources = ['http://feed/' => 'Author', 'http://feed/' => 'Author'];
new xgosoftwarecraft\RssFeed\RssReader()->read($sources);