dev-master
9999999-dev https://github.com/jyggen/feedableFeedable is a simple and lightweight library which allows you to easily create RSS and Atom feeds.
MIT
The Development Requires
atom feed rss rdf syndicate
Wallogit.com
2017 © Pedro Peláez
Feedable is a simple and lightweight library which allows you to easily create RSS and Atom feeds.
Feedable is a simple and lightweight library which allows you to easily create RSS and Atom feeds., (*2)
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);
bash
$ phpunit, (*5)
The MIT License (MIT). Please see License File for more information., (*6)
Feedable is a simple and lightweight library which allows you to easily create RSS and Atom feeds.
MIT
atom feed rss rdf syndicate