PHPackages                             stjo15/c-rss-feed - 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. [Framework](/categories/framework)
4. /
5. stjo15/c-rss-feed

ActiveLibrary[Framework](/categories/framework)

stjo15/c-rss-feed
=================

An RSS module to add RSS functionality to MVC frameworks. Developed for Anax-MVC

v1.0(10y ago)015MITPHPPHP &gt;=5.4

Since Nov 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/stjo15/CRssFeed)[ Packagist](https://packagist.org/packages/stjo15/c-rss-feed)[ Docs](http://www.student.bth.se/~stjo15/phpmvc/kmom05/Stalles-Me-sida/webroot/)[ RSS](/packages/stjo15-c-rss-feed/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

Setting up and using the CRssFeed module with the Anax MVC framework
--------------------------------------------------------------------

[](#setting-up-and-using-the-crssfeed-module-with-the-anax-mvc-framework)

[![Build Status](https://camo.githubusercontent.com/2c9ac9e29989e8cc146609f7b6e13fe4c3fd756b02795f4d65f512d526e20d61/68747470733a2f2f7472617669732d63692e6f72672f73746a6f31352f43527373466565642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/stjo15/CRssFeed)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/92810eb1dc4eff7f25d4fd8d57ebeeeafe0384a62170ad45a218d207e46fa7a3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73746a6f31352f43527373466565642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/stjo15/CRssFeed/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/f750c87eddecff795058db0af9252547070457898f74a876b7e2e124174c5fe7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73746a6f31352f43527373466565642f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/stjo15/CRssFeed/?branch=master)

1. Add dependency to "stjo15/c-rss-feed": "dev-master" to 'require' in your Anax-MVC composer.json file.
2. In your bash command line, at your Anax-MVC folder, use the command 'composer install --no-dev'. If you didn't install Composer yet, you should!
3. Add Anax-MVC/vendor/stjo15/c-rss-feed/app/config/mysql.php to your config folder. Insert SQL database your username, database name and password to the file.
4. Copy the c-rss-feed/app/view folder with contents to Anax-MVC/app/view/
5. Import sql-table/mvc\_rssfeed.sql to your database.
6. Add the contents of c-rss-feed/webroot/config\_with\_app.php to Anax-MVC/webroot/config\_with\_app.php
7. Add the contents of src/db\_di.txt to your DI (Dependency Injection) class to inject 'db' as dependency.
8. To test your installation, copy the test-controller webroot/rss.php to your Anax webroot and point your browser to it. You might need to make corrections to the path variables or make hard links in order to make it work in your application.
9. Use the contents of webroot/examplecontent.php to customize your RSS feed. Read the instructions/documentation.
10. Your RSS content database should contain columns for pagekey, id, title and description. However, you can and should choose your own column names in the class RssFeed, in the method getItems(). The xml tags should stay as they are, just change the contents of these tags. For example, if you want to feed your new blog article, put $item\['title'\] as the content of tag 'title'.

Important! In the RssFeed:getItems() method, set the variable $itemstable to the name of your content db table.

There are also functions to edit, delete and list RSS feeds. You should really check out the contents and customize it to your needs.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3895d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/26fcec9f390225be68e17ded0948acf1d5997753d1612ee7071422498088fc92?d=identicon)[stjo15](/maintainers/stjo15)

---

Top Contributors

[![stjo15](https://avatars.githubusercontent.com/u/13975652?v=4)](https://github.com/stjo15 "stjo15 (51 commits)")

---

Tags

frameworkmicrofeedrssmvcmodule

### Embed Badge

![Health badge](/badges/stjo15-c-rss-feed/health.svg)

```
[![Health](https://phpackages.com/badges/stjo15-c-rss-feed/health.svg)](https://phpackages.com/packages/stjo15-c-rss-feed)
```

PHPackages © 2026

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