bartonlp / rssfeed
Reads RSS feeds
dev-master
2022-03-07 12:48 UTC
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2025-02-07 19:23:46 UTC
README
This is a PHP class that can read RSS feeds.
Install
You can either clone the repository or you can use composer to install UpdateSite.
If you do not have composer you can get it at https://getcomposer.org/download/. Just follow the instruction to install it globally.
Once you have composer select a directory where you want your repository and enter:
composer require bartonlp/rssfeed:dev-master
Documentation
Example
There is an example file (test.php) in the 'docs' directory along with a XML and image file that you can run.