PHP code example of casivaagustin / feedtcher
1. Go to this page and download the library: Download casivaagustin/feedtcher 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/ */
casivaagustin / feedtcher example snippets
$url = 'http://casivaagustin.com.ar/?feed=rss2';
$feed = Feedtcher\Feedtcher::fetch($url);
$feed->title ...
$feed->link ...
$feed[0]->title ...
$feed[0]->description ...
$feed[0]->author ...