Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 180 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 180 Bytes

PHP Library RSS

RSS and Atom feed parsing library

$rss = new \Rss('RSSURL', [
        'CACHE_FOLDER' => storage_path('framework/cache')
]);

$items = $rss->items();