dev-master
9999999-dev https://github.com/dearka93/RssfeedSimple Pie wrapper to display rss feeds
MIT
The Requires
- php >=5.4
by Guanglei Huang
wrapper feed rss anax simplepie
Wallogit.com
2017 © Pedro Peláez
Simple Pie wrapper to display rss feeds
PHP class to load and display Rss feeds. This php class also contains SimplePie. http://simplepie.org/, (*2)
By Guanglei Huang, guanglei.huang@gmail.com, (*3)
This PHP class has three main functions: to show a latest feed by singleRss(), display a list of recent rss feeds by nopicRss(), and a list of recent rss feeds together with a thumbnail picture by picRss()., (*4)
Clone a version of Anax-MVC from https://github.com/mosbth/Anax-MVC.git, (*5)
Modify composer.json by adding the required files: "require": { "protein/rssfeed": "dev-master" } }, (*6)
Install Rssfeed with composer by using the update commands: composer update --no-dev, (*7)
Create the metod "picRss", it returns a string containing the rss feed with picutres. $feed = new Protein\Rssfeed\Rssfeed([ 'http://www.aftonbladet.se/rss.xml' ]); echo $feed->picRss();, (*8)
This software is free software and carries a MIT license., (*9)
v1.0 (latest), (*10)
. ..: Copyright (c) Guanglei Huang, 2014 guanglei.huang@gmail.com
Simple Pie wrapper to display rss feeds
MIT
wrapper feed rss anax simplepie