PHPackages                             matl14/rssfeed - 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. matl14/rssfeed

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

matl14/rssfeed
==============

Simple Pie rss wrapper

06PHP

Since Dec 11Pushed 11y ago1 watchersCompare

[ Source](https://github.com/matl14/rssfeed)[ Packagist](https://packagist.org/packages/matl14/rssfeed)[ RSS](/packages/matl14-rssfeed/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f4a9c00aa1affb1ed247580617917b088a4635ed1ee452bd889c4c8652e15faa/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61746c31342f727373666565642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/matl14/rssfeed/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/bd2e5984c09c0d46f9c278a4c4f1e61d4bfd5b0f554ece23077507807c84b81e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61746c31342f727373666565642f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/matl14/rssfeed/?branch=master)[![Build Status](https://camo.githubusercontent.com/07b8595b6b7140072a3274b98e4fae1a0b3e4aeac97e90a7be88d514be600099/68747470733a2f2f7472617669732d63692e6f72672f6d61746c31342f727373666565642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/matl14/rssfeed)

RSS wrapper
===========

[](#rss-wrapper)

This repository is an RSS-wrapper around SimplePie, which is used to display RSS-feeds. The main focus of this repo is using the module with Anax-MVC, .

How to install
--------------

[](#how-to-install)

You can install it using composer as such:

```
"require": {
    "matl14/rssfeed": "dev-master"
},

```

How to use
----------

[](#how-to-use)

If you are using this feed with Anax-MVC you can use it as following with your index.php:

```
$app->router->add('rss', function() use ($app) {

    require '../vendor/matl14/rss/src/library/CRSS.php';
    $feed = new \matl14\library\CRSS([
            'http://feeds.reuters.com/news/reutersmedia'
            'http://www.irishtimes.com/cmlink/news-1.1319192',
            'http://www.smhi.se/weatherSMHI2/varningar/smhi_alla_varningar.xml',
            'http://www.independent.ie/breaking-news/irish-news/'
    ]);

    $app->theme->setTitle("RSS");
    $app->views->add('default/page', [
        'title' => 'RSS',
        'content' => $feed->printFeed(),
    ]);

});

```

This will result in tapping into a feed from reuters.com and displaying the feed.

How to style
------------

[](#how-to-style)

If you want to style the rss-feed you can for example style it like this:

```
div.rss {
	width: 700px;
}
.smaller{
	font-size: smaller;
}

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/28faefce828ff39020eaca4b52dce94a063e9d3a69067d605d7c1cf1abeebbdb?d=identicon)[matl14](/maintainers/matl14)

---

Top Contributors

[![matl14](https://avatars.githubusercontent.com/u/10149417?v=4)](https://github.com/matl14 "matl14 (64 commits)")

### Embed Badge

![Health badge](/badges/matl14-rssfeed/health.svg)

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

###  Alternatives

[solaris/php-moon-phase

Calculate the phases of the Moon in PHP.

16562.0k1](/packages/solaris-php-moon-phase)[magyarandras/amp-converter

A library to convert HTML articles, blog posts or similar content to AMP (Accelerated Mobile Pages).

65150.3k](/packages/magyarandras-amp-converter)[degecko/nova-filters-summary

A Laravel Nova card which displays a summary of the active filters of a resource or lens.

20132.2k](/packages/degecko-nova-filters-summary)[nodejs-php-fallback/uglify

PHP wrapper to execute uglify-js/clean-css node package or fallback to PHP alternatives

17143.4k3](/packages/nodejs-php-fallback-uglify)[trentrichardson/cakephp-scheduler

Makes scheduling tasks in CakePHP much simpler.

3137.0k](/packages/trentrichardson-cakephp-scheduler)[magefan/module-html-sitemap

HTML Sitemap extension for Magento 2

1752.9k](/packages/magefan-module-html-sitemap)

PHPackages © 2026

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