PHPackages                             wdmg/yii2-rss - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wdmg/yii2-rss

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

wdmg/yii2-rss
=============

RSS-feed generator

1.1.0(2y ago)14811MITPHP

Since Jan 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/wdmg/yii2-rss)[ Packagist](https://packagist.org/packages/wdmg/yii2-rss)[ Docs](https://github.com/wdmg/yii2-rss)[ RSS](/packages/wdmg-yii2-rss/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (2)Versions (7)Used By (1)

[![Yii2](https://camo.githubusercontent.com/8f989c4232d99c88827cc336af846359f9c7ed51b0efffd5dd20ac8bd0b1781d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f72657175697265642d596969325f76322e302e33352d626c75652e737667)](https://packagist.org/packages/yiisoft/yii2)[![Downloads](https://camo.githubusercontent.com/61120cf07c996761e47c0a7a582ba6dc1559ee49a5da366e90bb4dbf7060ec5b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77646d672f796969322d7273732e737667)](https://packagist.org/packages/wdmg/yii2-rss)[![Packagist Version](https://camo.githubusercontent.com/3d82655609869eb2f09c0733e01ff5f15443223184a407ac2acf0931c5933cad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77646d672f796969322d7273732e737667)](https://packagist.org/packages/wdmg/yii2-rss)[![Progress](https://camo.githubusercontent.com/d2c102b075c16f8a841e697b04c43bc93c8d092c5795ad8b3090d7fa993c258a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70726f67726573732d72656164795f746f5f7573652d677265656e2e737667)](https://camo.githubusercontent.com/d2c102b075c16f8a841e697b04c43bc93c8d092c5795ad8b3090d7fa993c258a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70726f67726573732d72656164795f746f5f7573652d677265656e2e737667)[![GitHub license](https://camo.githubusercontent.com/44a3c84a8d49ccff138a71c26646df548678a7a9f53bdf33016d1d7bd126e0e8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f77646d672f796969322d7273732e737667)](https://github.com/wdmg/yii2-rss/blob/master/LICENSE)

[![Yii2 RSS module](./docs/images/yii2-rss.png)](./docs/images/yii2-rss.png)

Yii2 RSS
========

[](#yii2-rss)

RSS-feed generator.

This module is an integral part of the [Butterfly.СMS](https://butterflycms.com/) content management system, but can also be used as an standalone extension.

Copyrights (c) 2019-2023 [W.D.M.Group, Ukraine](https://wdmg.com.ua/)

Requirements
============

[](#requirements)

- PHP 5.6 or higher
- Yii2 v.2.0.35 and newest
- [Yii2 Base](https://github.com/wdmg/yii2-base) module (required)
- [Yii2 Options](https://github.com/wdmg/yii2-options) module (optionality)
- [Yii2 News](https://github.com/wdmg/yii2-news) module (support)
- [Yii2 Blog](https://github.com/wdmg/yii2-blog) module (support)

Installation
============

[](#installation)

To install the module, run the following command in the console:

`$ composer require "wdmg/yii2-rss"`

After configure db connection, run the following command in the console:

`$ php yii rss/init`

And select the operation you want to perform:

1. Apply all module migrations
2. Revert all module migrations
3. Flush RSS-feed cache

Migrations
==========

[](#migrations)

In any case, you can execute the migration and create the initial data, run the following command in the console:

`$ php yii migrate --migrationPath=@vendor/wdmg/yii2-rss/migrations`

Configure
=========

[](#configure)

To add a module to the project, add the following data in your configuration file:

```
'modules' => [
    ...
    'rss' => [
        'class' => 'wdmg\rss\Module',
        'supportModels'  => [ // list of supported news models for displaying a news rss-feed
            'news' => 'wdmg\news\models\News',
        ],
        'cacheExpire' => 3600, // cache lifetime, `0` - for not use cache
        'channelOptions' => [], // default channel options
        'feedRoute' => '/' // default route to render RSS-feed (use "/" - for root)
    ],
    ...
],

```

Routing
=======

[](#routing)

Use the `Module::dashboardNavItems()` method of the module to generate a navigation items list for NavBar, like this:

```

```

Status and version \[ready to use\]
===================================

[](#status-and-version-ready-to-use)

- v.1.1.0 - Update copyrights, fix menu dashboard
- v.1.0.4 - Update dependencies, README.md
- v.1.0.3 - Preview of RSS-feed
- v.1.0.2 - Added support for Blog module, fixed models items retrieved
- v.1.0.1 - Added pagination, up to date dependencies
- v.1.0.0 - Added console, migrations and controller, support for Pages and News models

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~252 days

Recently: every ~299 days

Total

6

Last Release

1039d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9806ee0c149c1e5f7a634cbb9528b400d3bff22ce7d67bcbac89cb0b1a9147c2?d=identicon)[alex-wdmg](/maintainers/alex-wdmg)

---

Top Contributors

[![alex-wdmg](https://avatars.githubusercontent.com/u/1635637?v=4)](https://github.com/alex-wdmg "alex-wdmg (15 commits)")

---

Tags

rssgeneratoryii2wdmgrss feedsyandex turboyii2-rss

### Embed Badge

![Health badge](/badges/wdmg-yii2-rss/health.svg)

```
[![Health](https://phpackages.com/badges/wdmg-yii2-rss/health.svg)](https://phpackages.com/packages/wdmg-yii2-rss)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
