Skip to content

pear/XML_RSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML_RSS - RSS parser

Build Status

Parser for Resource Description Framework (RDF) Site Summary (RSS) documents.

Homepage

Installation

For a PEAR installation that downloads from the PEAR channel:

$ pear install pear/xml_rss

For a PEAR installation from a previously downloaded tarball:

$ pear install XML_RSS-*.tgz

For a PEAR installation from a code clone:

$ pear install package.xml

For a local composer installation:

$ composer install

To add as a dependency to your composer-managed application:

$composer require pear/xml_rss

Tests

Run the tests from a local composer installation:

$ ./vendor/bin/phpunit

License

PHP license