PHPackages                             mcstutterfish/fbia-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. [API Development](/categories/api)
4. /
5. mcstutterfish/fbia-rss

ActiveLibrary[API Development](/categories/api)

mcstutterfish/fbia-rss
======================

Facebook Instant Articles RSS Builder (with Laravel 4 Service Provider)

0.1.11(9y ago)22861MITPHPPHP &gt;=5.3.0

Since Apr 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/mcstutterfish/fbia-rss)[ Packagist](https://packagist.org/packages/mcstutterfish/fbia-rss)[ RSS](/packages/mcstutterfish-fbia-rss/feed)WikiDiscussions integration Synced 3w ago

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

FBIARss
=======

[](#fbiarss)

Facebook Instant Articles RSS builder for Laravel 4

Installation
------------

[](#installation)

Add `mcstutterfish/fbia-rss` to `composer.json`.

```
"mcstutterfish/fbia-rss": "~1.0"

```

Run `composer update` to pull down the latest version of FBIARss.

Now open up `app/config/app.php` and add the service provider to your `providers` array.

```
'providers' => array(
    'FBIARss\FBIARssServiceProvider',
)

```

Now add the alias.

```
'aliases' => array(
    'FBIARss' => 'FBIARss\FBIARssFacade',
)

```

Usage
-----

[](#usage)

Returns the feed

```
Route::get('/', function()
{
	$feed = FBIARss::feed('2.0', 'UTF-8');
	$feed->channel(array('title' => 'Channel\'s title', 'description' => 'Channel\'s description', 'link' => 'http://www.test.com/'));
	for ($i=1; $iitem(array('title' => 'Item '.$i, 'description|cdata' => 'Description '.$i, 'link' => 'http://www.test.com/article-'.$i));
	}

	return Response::make($feed, 200, array('Content-Type' => 'text/xml'));
});

```

Save the feed

```
Route::get('/', function()
{
	$feed = FBIARss::feed('2.0', 'UTF-8');
	$feed->channel(array('title' => 'Channel\'s title', 'description' => 'Channel\'s description', 'link' => 'http://www.test.com/'));
	for ($i=1; $iitem(array('title' => 'Item '.$i, 'description|cdata' => 'Description '.$i, 'link' => 'http://www.test.com/article-'.$i));
	}

	$feed->save('test.xml');
});

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Every ~11 days

Total

11

Last Release

3617d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/401393213f62694517fe0896a0cc888a741c94feb0c9e6f40f38030058fc7b2a?d=identicon)[mcstutterfish](/maintainers/mcstutterfish)

---

Top Contributors

[![mcstutterfish](https://avatars.githubusercontent.com/u/887507?v=4)](https://github.com/mcstutterfish "mcstutterfish (1 commits)")

---

Tags

laravelfacebookrsslaravel4instant articles

### Embed Badge

![Health badge](/badges/mcstutterfish-fbia-rss/health.svg)

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

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6277.0k5](/packages/riclep-laravel-storyblok)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[casperlaitw/laravel-fb-messenger

A Laravel Package to Integrate Facebook Messenger API

10231.7k](/packages/casperlaitw-laravel-fb-messenger)

PHPackages © 2026

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