2017 © Pedro Peláez
 

library rssfeed

Simple Pie wrapper to display rss feeds

image

protein/rssfeed

Simple Pie wrapper to display rss feeds

  • Sunday, December 21, 2014
  • by guanglei93
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Protein/Rssfeed

Build Status Scrutinizer Code Quality Code Coverage, (*1)

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)

Setup

  • 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)

License

This software is free software and carries a MIT license., (*9)

History

v1.0 (latest), (*10)

 .  
..:  Copyright (c) Guanglei Huang, 2014
guanglei.huang@gmail.com

The Versions

21/12 2014

dev-master

9999999-dev https://github.com/dearka93/Rssfeed

Simple Pie wrapper to display rss feeds

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Guanglei Huang

wrapper feed rss anax simplepie