jyggen/feedable

This package is abandoned and no longer maintained. No replacement package was suggested.

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

dev-master 2014-01-10 02:56 UTC

This package is auto-updated.

Last update: 2022-03-16 01:30:34 UTC


README

Build Status Coverage Status Total Downloads Latest Stable Version

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

Install

Via Composer

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

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

$ phpunit

Credits

License

The MIT License (MIT). Please see License File for more information.