PHPackages                             au/rssauth - 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. au/rssauth

ActiveElgg-plugin[Utility &amp; Helpers](/categories/utility)

au/rssauth
==========

Provides a number of methods of getting rss feeds of non-public content as a logged in user

2.0.0(10y ago)331GPL-2.0PHPPHP &gt;=5.4

Since Oct 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/AU-Landing-Project/rssauth)[ Packagist](https://packagist.org/packages/au/rssauth)[ Docs](https://github.com/AU-Landing-Project/rssauth)[ RSS](/packages/au-rssauth/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

RSSAuth
=======

[](#rssauth)

This plugin allows RSS feeds to display content of an Elgg user by HTTP authentication. The rss feeds may be in the following formats.

#### PUBLIC RSS FEED

[](#public-rss-feed)

`?view=rss`

#### URL AUTHENTICATED RSS FEED

[](#url-authenticated-rss-feed)

`?view=rss&username=&password=`

Please note that this method is the most insecure as the username and password are visible in plain text in the url

#### TOKEN AUTHENTICATED RSS FEED

[](#token-authenticated-rss-feed)

By visiting the tools configuration page a user can generate a unique token that can be appended to the url.

eg.

`blog/all?view=rss`

Would become something like

`blog/all?view=rss&rssguid=38&rsstoken=48e198a2264328528a70d65abcedbe146f039c94`

#### HTTP AUTHENTICATED RSS FEED

[](#http-authenticated-rss-feed)

`?view=rssauth`

Having view=rssauth in the url will return the headers requesting authentication Your rss feed can then supply the username and password.

Please note that this is also insecure as the credentials are passed in plain text but are not explicitly visible (as in the url example). This should be fine if used in conjunction with SSL.

ADDITIONALLY if you can find a way to send the HTTP credentials without requiring the authentication headers first, you can just use the the default ?view=rss and still receive an authenticated feed

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3866d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55be67f1fa6d239b8d4b8e2bf01947571c33373a664a4f8b88433177e54ad64e?d=identicon)[beck24](/maintainers/beck24)

---

Top Contributors

[![beck24](https://avatars.githubusercontent.com/u/738363?v=4)](https://github.com/beck24 "beck24 (12 commits)")

---

Tags

pluginelggAUrssauth

### Embed Badge

![Health badge](/badges/au-rssauth/health.svg)

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

PHPackages © 2026

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