2017 © Pedro Peláez
 

library feedable

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

image

jyggen/feedable

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

  • Friday, January 10, 2014
  • by jyggen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Feedable

Build Status Coverage Status Total Downloads Latest Stable Version, (*1)

Feedable is a simple and lightweight library which allows you to easily create RSS and Atom feeds., (*2)

Install

Via Composer, (*3)

``` json { "require": { "jyggen/feedable": "~1.0" } }, (*4)



## 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: ``` php $feed = new Feedable\Feed(new Feedable\Formatter\RSS);

Testing

bash $ phpunit, (*5)

Credits

License

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

The Versions

10/01 2014

dev-master

9999999-dev https://github.com/jyggen/feedable

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

  Sources   Download

MIT

The Development Requires

atom feed rss rdf syndicate