Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@ambroisemaupate ambroisemaupate released this 13 Feb 16:01
· 76 commits to master since this release
9cb693d

2 new credential-free feed providers

  • New Medium feed
  • New InstagramOEmbed feed

API

A new way to organize data with:

  • RZ\MixedFeed\Canonical\FeedItem
  • RZ\MixedFeed\Canonical\Image

Using $feed->getCanonicalItems(12); instead of $feed->getItems(12); will allow you to fetch typed objects instead of \stdClass objects with raw data. FeedItem objects have normalized fields to ease up templating or even re-packing items into JSON with a coherent structure:

  • id
  • title
  • author
  • link
  • images
  • dateTime