PHPackages                             alphayax/rss\_fs - 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. alphayax/rss\_fs

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

alphayax/rss\_fs
================

Create a RSS feed from filesystem directory

1.1.2(9y ago)022LGPL 3PHP

Since Mar 20Pushed 9y ago1 watchersCompare

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

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

alphayax/rss\_fs
================

[](#alphayaxrss_fs)

[![Latest Stable Version](https://camo.githubusercontent.com/224edcc7e3559db4567d85a47d224011ced68e77314df65f779ce15bd1cd86b8/68747470733a2f2f706f7365722e707567782e6f72672f616c7068617961782f7273735f66732f762f737461626c65)](https://packagist.org/packages/alphayax/rss_fs)[![Latest Unstable Version](https://camo.githubusercontent.com/fa79018792235475836270235f0fc745b95b068ec9c1fbff6c13804e2f0a44b7/68747470733a2f2f706f7365722e707567782e6f72672f616c7068617961782f7273735f66732f762f756e737461626c65)](https://packagist.org/packages/alphayax/rss_fs)[![Codacy Badge](https://camo.githubusercontent.com/f7f84947470f4a7f30c0495e8bd0bb029130fc5b9a79d6dfa02c51547b159233/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f436f7665726167652f6233376236663962313833353434373662616339613138383439646531663935)](https://www.codacy.com/app/alphayax/rss_fs?utm_source=github.com&utm_medium=referral&utm_content=alphayax/rss_fs&utm_campaign=Badge_Coverage)[![Codacy Badge](https://camo.githubusercontent.com/6e7350020c859b175dc3492a4567d13ef0e96f0d70372896efff687288160e0f/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6233376236663962313833353434373662616339613138383439646531663935)](https://www.codacy.com/app/alphayax/rss_fs?utm_source=github.com&utm_medium=referral&utm_content=alphayax/rss_fs&utm_campaign=Badge_Grade)

[![pakagist](https://camo.githubusercontent.com/c1f6d4ee213973014e511257b71ee748797bad51b0649e3df0ed65d72e54a310/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c7068617961782f7273735f66732e737667)](https://packagist.org/packages/alphayax/rss_fs)[![Total Downloads](https://camo.githubusercontent.com/8fbcbe895582e3da4cda8638ebf7502efad72fb3c9f271add5a9c2ce6593a1e6/68747470733a2f2f706f7365722e707567782e6f72672f616c7068617961782f7273735f66732f646f776e6c6f616473)](https://packagist.org/packages/alphayax/rss_fs)[![License](https://camo.githubusercontent.com/95c00e2036fd92e3564b1c1503889ceda3f74b7e753697b56cef51d2b70f3aeb/68747470733a2f2f706f7365722e707567782e6f72672f616c7068617961782f7273735f66732f6c6963656e7365)](https://packagist.org/packages/alphayax/rss_fs)

This composer library allow you to generate RSS stream form a file system folder.

Setup
-----

[](#setup)

```
composer require alphayax/rss_fs
```

Exemple
-------

[](#exemple)

```
require_once '../vendor/autoload.php';

$directory = new \alphayax\rssfs\model\Directory( $directoryToServe);
$directory->setAccessUrl( $urlToAccessDirectory);
$directory->setTitle( $titleOfTheRssFeed);
$directory->setDescription( $descriptionOfTheRssFeed);
$directory->setLanguage( $language);

$a = new \alphayax\rssfs\controller\Page( $directory, true);
$a->display();
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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

Every ~1 days

Total

4

Last Release

3331d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/864f043bb7801d8e12b35db8aa877481ce4c752fe96b9a53e3c49447b68e6b34?d=identicon)[alphayax](/maintainers/alphayax)

---

Top Contributors

[![alphayax](https://avatars.githubusercontent.com/u/7924417?v=4)](https://github.com/alphayax "alphayax (15 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alphayax-rss-fs/health.svg)

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

PHPackages © 2026

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