Skip to content

Sinevia/php-library-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PHP Library RSS

RSS and Atom feed parsing library

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

$items = $rss->items();