PHPackages                             jyggen/feedable - 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. jyggen/feedable

AbandonedArchivedLibrary[API Development](/categories/api)

jyggen/feedable
===============

Feedable is a simple and lightweight library which allows you to easily create RSS and Atom feeds.

07PHP

Since Jan 10Pushed 12y ago1 watchersCompare

[ Source](https://github.com/jyggen/feedable)[ Packagist](https://packagist.org/packages/jyggen/feedable)[ RSS](/packages/jyggen-feedable/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Feedable
========

[](#feedable)

[![Build Status](https://camo.githubusercontent.com/8bcf5619292b0df3093e57351bdc5b24a14809e8e5f875b86ac01c10a3df6d50/68747470733a2f2f7472617669732d63692e6f72672f6a796767656e2f6665656461626c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/jyggen/feedable)[![Coverage Status](https://camo.githubusercontent.com/c3777900f5edb4665b84bec30ef1c3e96b59d3bcbc234f6a19211c6031e65d3b/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6a796767656e2f6665656461626c652f62616467652e706e67)](https://coveralls.io/r/jyggen/feedable)[![Total Downloads](https://camo.githubusercontent.com/39d332af0cbb67ceab7d4e0213fdd6b680c2590a89a10917cd6d1605967cfea5/68747470733a2f2f706f7365722e707567782e6f72672f6a796767656e2f6665656461626c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/jyggen/feedable)[![Latest Stable Version](https://camo.githubusercontent.com/d322cb6389e1f152283c7090d4686e57a2e9fd502fa9dcdf5e8c085c4fda85d4/68747470733a2f2f706f7365722e707567782e6f72672f6a796767656e2f6665656461626c652f762f737461626c652e706e67)](https://packagist.org/packages/jyggen/feedable)

Feedable is a simple and lightweight library which allows you to easily create RSS and Atom feeds.

Install
-------

[](#install)

Via Composer

```
{
    "require": {
        "jyggen/feedable": "~1.0"
    }
}
```

Usage
-----

[](#usage)

First you'll have to decide which feed format you'd like to use. Feedable currently supports `Atom`, `RDF` and `RSS`.

To create a new RSS feed for example you'll have to pass an instance of `Feedable\Formatter\RSS` to `Feedable\Feed`, like this:

```
$feed = new Feedable\Feed(new Feedable\Formatter\RSS);
```

Testing
-------

[](#testing)

```
$ phpunit
```

Credits
-------

[](#credits)

- [Jonas Stendahl](https://github.com/jyggen)
- [All Contributors](https://github.com/jyggen/feedable/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/jyggen/feedable/blob/master/LICENSE) for more information.

###  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

Maturity41

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/b1c2582c8226376516e4de2eb686627134a90b827c76481d725a27671c37879c?d=identicon)[jyggen](/maintainers/jyggen)

---

Top Contributors

[![jyggen](https://avatars.githubusercontent.com/u/264300?v=4)](https://github.com/jyggen "jyggen (19 commits)")

### Embed Badge

![Health badge](/badges/jyggen-feedable/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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