Skip to content

Releases: alexdebril/feed-io

symfony/console is no longer required

07 Dec 13:21
Compare
Choose a tag to compare

bugfix : $modifiedSince is no longer ignored

05 Dec 14:18
Compare
Choose a tag to compare

symfony/console 2.8 compatibility

28 Nov 13:09
Compare
Choose a tag to compare
Merge pull request #58 from alexdebril/issue/57

Symfony/console >= 2.8

CDATA and Atom->summary support

18 Nov 08:31
Compare
Choose a tag to compare

In this release, feed-io supports content formatted in CDATA and reads the Atom's summary tag when it's present.

PHP 7.1 support

13 Oct 15:41
Compare
Choose a tag to compare

From this release, feed-io officially supports PHP 7.1

HTML support

29 Sep 16:27
Compare
Choose a tag to compare

HTML tags are no longer lost in 'description' tag

JSON Support

19 Sep 14:16
Compare
Choose a tag to compare

Feeds can now be encoded into JSON directly :

$feedIo = \FeedIo\Factory::create()->getFeedIo();
$feed = $feedIo->read('http://php.net/feed.atom')->getFeed();

$jsonFeed = json_encode($feed);

Added non standard date formats

14 Sep 07:45
Compare
Choose a tag to compare
Merge pull request #45 from alexdebril/issue/44

Close #44

PHP 7 is officially supported

11 Aug 15:48
Compare
Choose a tag to compare
v2.3.1

Merge branch 'master' of https://github.com/alexdebril/feed-io

feedio binary

08 Aug 15:45
Compare
Choose a tag to compare

The library has now a binary script built to read feeds from command line.

example :

./vendor/bin/feedio read http://php.net/feed.atom -c 1