Release v2.0.0
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