Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 543 Bytes

File metadata and controls

31 lines (20 loc) · 543 Bytes

Grab RSS into a Json

It allows you to convert multple RSS channels into one Json array

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist itma/yii2-rss "*"

or add

"itma/yii2-rss": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \itma\rss\AutoloadExample::widget(); ?>```