yiipersian/yii2-rss

create rss frame work with array ann db

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:yii2-extension

dev-master 2017-03-01 06:31 UTC

This package is not auto-updated.

Last update: 2025-06-15 14:33:22 UTC


README

create rss frame work with array ann db

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yiipersian/yii2-rss "dev-master"

or add

"yiipersian/yii2-rss": "dev-master"

to the require section of your composer.json file.

Usage

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

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

good luck!