2017 © Pedro PelĂĄez
 

library feedcleaner

A simple PHP library that clean RSS feeds to Atom 1.0

image

movim/feedcleaner

A simple PHP library that clean RSS feeds to Atom 1.0

  • Thursday, December 8, 2016
  • by edhelas
  • Repository
  • 2 Watchers
  • 0 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

feedcleaner

A simple PHP library that clean RSS feeds to Atom 1.0, (*1)

Load FeedCleaner

To load FeedCleaner in your project just include the library to your composer file, (*2)

{
    "require": {
        "movim/feedcleaner": "dev-master"
    }
}

Use FeedCleaner

``` php use FeedCleaner\Parser;, (*3)

$parser = new Parser; // We instanciate the parser $parser->setXML($xml); // We set the XML of the current feed $parser->parse(); // We parse and clean it $parser->generate(); // And finally we display it ! ```, (*4)

The Versions

08/12 2016

dev-master

9999999-dev https://github.com/edhelas/feedcleaner

A simple PHP library that clean RSS feeds to Atom 1.0

  Sources   Download

BSD

The Requires

 

by Timothée Jaussoin

atom feed rss clean