1. Go to this page and download the library: Download moell/rss library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
moell / rss example snippets
public function setEncode($encode); //默认UTF-8
public function channel(array $channel);
public function item(array $item);
public function items(array $items);
public function build();
public function fastBuild(array $channel, array $item);
public function __toString();