[!WARNING] ⚠️ This project has been archived and is no longer maintained. ⚠️
Github has shown it does not respect its users. Other have said it better than I can.
- https://www.theregister.com/2022/06/30/software_freedom_conservancy_quits_github/
- https://www.andrlik.org/dispatches/migrating-from-github-motivation/
- https://techresolve.blog/2025/12/27/looking-to-migrate-company-off-github-whats-the/
- https://lord.io/leaving-github/
- https://dev.to/alanwest/how-to-actually-migrate-from-github-to-codeberg-without-losing-your-mind-33bf>
Development has moved to Codeberg: ➡️ https://codeberg.org/DavidJEddy/yii2-rss-reader
Please update your remotes:
`bash git remote set-url origin https://codeberg.org/DavidJEddy/yii2-rss-reader`
Yii2 RSS Reader ¶
RSS reader widget for Yii2.
Badges ¶
Installation ¶
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist davidjeddy/yii2-rss-reader "*"
or add
"davidjeddy/yii2-rss-reader": "*"
to the require section of your composer.json file.
Usage ¶
Once the widget is installed, add it to a view script:
echo \davidjeddy\RssFeed\RssReader::widget([
'channel' => '{source_url}/feed.xml',
'itemView' => 'item',
'pageSize' => 5,
'wrapClass' => 'rss-wrap',
'wrapTag' => 'div',
]);

Class 'davidjeddy\RssFeed\RssReader' not found
i've followed the guide but error occured, what's the problem?
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.