FeedReader
$url = 'https://getkirby.com/kosmos.rss';
$feed = new FeedReader($url);
dump($feed->articles());
Plugin to show feeds. The FeedReader plugin provides an unified access to the elements of a feed. A feed might be of type RSS, Atom or JSON and is accessed by its URL. A snippet and a blocks blueprint are provided as a starting point.