Posts Tagged ‘rss’

4 Simple PHP RSS Parser

Sometimes you need to parse RSS from other website and integrate to your project. Well you can create your own library to parse that RSS, but before wasting your development time, please take a look these great libraries for parsing RSS.

SimplePie

simplepie

SimplePie is a very fast and easy-to-use PHP class to parse RSS.

Features :

  • Single file, no install.
  • Cache mechanism.
  • Has plugin for such as WordPress, Joomla, Drupal and others.

Continue reading »