PHPackages                             mparaiso/simple-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. mparaiso/simple-rss

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mparaiso/simple-rss
===================

A simple class to generate RSS feeds

0.0.7(13y ago)241MITPHPPHP &gt;=5.3.3

Since Mar 21Pushed 13y agoCompare

[ Source](https://github.com/Mparaiso/simple-rss)[ Packagist](https://packagist.org/packages/mparaiso/simple-rss)[ Docs](https://github.com/Mparaiso/simple-rss)[ RSS](/packages/mparaiso-simple-rss/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

RSS
===

[](#rss)

[![Build Status](https://camo.githubusercontent.com/5376bd1a632c19b7f1e53c96939180109a630d8cf618daaa13f326c626c29c71/68747470733a2f2f7472617669732d63692e6f72672f4d7061726169736f2f73696d706c652d7273732e706e67)](https://travis-ci.org/Mparaiso/simple-rss)

A rss feed generator

author : M.Paraiso contact:

status : Work in Progress

### Basic Usage

[](#basic-usage)

```
$this->channel = array(
    "title"       => "My rss channel",
    "link"        => "http://alink",
    "description" => "the description",
    "lang"        => "en-en",
    "copyright"   => "mparaiso",
    "webmaster"   => "mparaiso@yahoo.php",
    "image"       => array(
        "title"  => "the image",
        "url"    => "imageurl",
        "link"   => "http://imagelink",
        "width"  => "500",
        "height" => "500",
    ),
    "items"       => array(
        array(
            "title"       => "item title",
            "description" => "item description",
            "guid"        => "the guid",
            "isPermalink" => 1,
            "pubDate"     => new \DateTime(),
        ),
    )
);
$rssGenerator  = new Mparaiso\Rss\SimpleRss($this->channel);

$rss = $rssGenerator->generate();

```

result :

```

        My rss channel
        http://alink
        the description
        en-en
        mparaiso
        mparaiso@yahoo.php

            the image
            imageurl
            http://imagelink
            500
            500

            item title
            item description
            the guid
            Thu, 21 Mar 2013 15:49:22

```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

7

Last Release

4846d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1152066?v=4)[mparaiso](/maintainers/Mparaiso)[@Mparaiso](https://github.com/Mparaiso)

---

Tags

feedrsssocial

### Embed Badge

![Health badge](/badges/mparaiso-simple-rss/health.svg)

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

###  Alternatives

[pdir/social-feed-bundle

Social feed extension for Contao CMS

1415.5k](/packages/pdir-social-feed-bundle)

PHPackages © 2026

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