PHPackages                             orezomi/yii2rss - 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. orezomi/yii2rss

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

orezomi/yii2rss
===============

Yii2 RSS Feeder and Reader

1.02(10y ago)026MITPHP

Since May 10Pushed 10y ago1 watchersCompare

[ Source](https://github.com/orezomi/yii2rss)[ Packagist](https://packagist.org/packages/orezomi/yii2rss)[ RSS](/packages/orezomi-yii2rss/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Yii2 RSS
========

[](#yii2-rss)

Yii2 RSS Feeder and Reader

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist orezomi/yii2rss "*"

```

or add

```
"orezomi/yii2rss": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Configuration web.php

```
'components' => [
       ...
    	'feed'=>[
    		'class'=>'orezomi\yii2rss\Feedoz',
    	],
    	...
    	]

```

and in controller or view use this to get feed:

```
$feed=Yii::$app->feed->reader()->import('http://example.com/rss');

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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 ~0 days

Total

3

Last Release

3655d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/322e24096165ae07eddd1621047a0ff1e010614cb502407543e52b4e06e80371?d=identicon)[orezomi](/maintainers/orezomi)

---

Top Contributors

[![orezomi](https://avatars.githubusercontent.com/u/5250004?v=4)](https://github.com/orezomi "orezomi (8 commits)")

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/orezomi-yii2rss/health.svg)

```
[![Health](https://phpackages.com/badges/orezomi-yii2rss/health.svg)](https://phpackages.com/packages/orezomi-yii2rss)
```

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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