PHPackages                             rockbee/rss-bundle - 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. [API Development](/categories/api)
4. /
5. rockbee/rss-bundle

ActiveSymfony-bundle[API Development](/categories/api)

rockbee/rss-bundle
==================

Enables integration of the RSS-PHP library into symfony2 projects.

05.2k1PHP

Since May 8Pushed 13y ago3 watchersCompare

[ Source](https://github.com/RockBee/RssBundle)[ Packagist](https://packagist.org/packages/rockbee/rss-bundle)[ RSS](/packages/rockbee-rss-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Introduction
============

[](#introduction)

This Bundle enables integration of the RSS-PHP library into your symfony2 project. RSS\_PHP:

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

[](#installation)

Downlad rssphp and to your `vendor/` dir and configure the app, just have to set up your config with the path to the 'rss.php' file.

Example in your `config.yml`:

```
        iga_rss:
            file: %kernel.root_dir%/../vendor/rssphp/rss.php

```

Usage
=====

[](#usage)

Now, you have a service called "iga\_rss.rss" that loads the rss\_php class. Code sample in a controller:

```
        $rss = $this->get('iga_rss.rss');
        $rss->load('http://www.elpais.com/rss/feed.html?feedId=1022');
        $items = $rss->getItems();

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cce3b0c2ffb41cf8b2f0708b9f8891ca303fd3966359adc80fe6079b58881ec8?d=identicon)[hugomn](/maintainers/hugomn)

---

Top Contributors

[![hugomn](https://avatars.githubusercontent.com/u/497957?v=4)](https://github.com/hugomn "hugomn (6 commits)")[![zeopix](https://avatars.githubusercontent.com/u/688434?v=4)](https://github.com/zeopix "zeopix (6 commits)")[![stephpy](https://avatars.githubusercontent.com/u/232744?v=4)](https://github.com/stephpy "stephpy (2 commits)")

### Embed Badge

![Health badge](/badges/rockbee-rss-bundle/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.5M7](/packages/exsyst-swagger)[lucasdotvin/laravel-soulbscription

A straightforward interface to handle subscriptions and features consumption.

709209.3k](/packages/lucasdotvin-laravel-soulbscription)[pimax/fb-messenger-php

Facebook Messenger Bot PHP API

313188.5k2](/packages/pimax-fb-messenger-php)

PHPackages © 2026

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