verjilss / yii2-rss-test
create rss use by array or db query data TEST
Package info
github.com/verjilss/yii2-rss-test
Type:yii2-extension
pkg:composer/verjilss/yii2-rss-test
dev-master
2016-11-11 14:42 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-09 19:44:50 UTC
README
create rss use by array or db query data TEST
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist verjilss/yii2-rss-test "*"
or add
"verjilss/yii2-rss-test": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \verjilss\rss\RSS::widget(); ?>```