Download the PHP package noname9/yii2-atom-rss without Composer
On this page you can find all versions of the php package noname9/yii2-atom-rss. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package yii2-atom-rss
yii2-atom-rss
Yii2 Framework extension to provide functionality for consuming RSS and Atom feeds using zend-feed library.
Installation
Configuration
In config file
Add feed component
Simple usage
Read Rss feed:
This will get RSS feed, parse it and return feed object. For more details you can read the official Zend-feed extention documentaion: http://framework.zend.com/manual/2.2/en/modules/zend.feed.reader.html
Create Rss feed:
Create action Rss in controller
Then it's better to cache it with cache component:
Take a look at Zend-feed writer official documentaion for more advanced usage of Zend-feed http://framework.zend.com/manual/2.2/en/modules/zend.feed.writer.html
All versions of yii2-atom-rss with dependencies
zendframework/zend-feed Version 2.3.*@stable
zendframework/zend-servicemanager Version 2.3.*@stable
zendframework/zend-http Version 2.3.*@stable