Download the PHP package citysites/yii2-zend-rss without Composer
On this page you can find all versions of the php package citysites/yii2-zend-rss. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package yii2-zend-rss
yii2-zend-rss
This extension is a Yii 2 wrapper of Zend\Feed.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Configuration
Add feed component in config file
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 documentation: 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 documentation for more advanced usage of Zend-feed http://framework.zend.com/manual/2.2/en/modules/zend.feed.writer.html
All versions of yii2-zend-rss with dependencies
yiisoft/yii2 Version ^2.0
laminas/laminas-feed Version ^2.18
laminas/laminas-servicemanager Version ^3.17
laminas/laminas-http Version ^2.16