krzemson / fetch-rss
There is no license information available for the latest version (1.0.0) of this package.
Export RSS/Atom XML to CSV
1.0.0
2018-08-06 10:57 UTC
Requires
- php: ^5.3.3 || ^7.0
This package is auto-updated.
Last update: 2025-06-29 01:14:26 UTC
README
Description
Installation
Add the fetch-rss package to your composer.json
file.
{ "require": { "krzemson/fetch-rss": "1.0.0" } }
Or via the command line in the root of your Laravel installation.
$ composer require "krzemson/fetch-rss:1.0.0"
Usage
In CLI write:
$ php src/console.php csv:simple URL PATH.csv $ php src/console.php csv:extended URL PATH.csv
Testing
$ phpunit