Download the PHP package athoshun/feed-parser without Composer
On this page you can find all versions of the php package athoshun/feed-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package feed-parser
FeedParser
A simple library to parse the most important information from RSS and Atom feeds.
Example:
The above script will output:
Title: Foo
URL: http://www.example.com/
1. Id: http://www.example.com/first
1. Title: First item
1. URL: http://www.example.com/first
1. Timestamp: 2013-03-18 09:43:35
1. Body: The quick brown fox
2. Id: http://www.example.com/second
2. Title: Second item
2. URL: http://www.example.com/second
2. Timestamp: 2013-03-18 09:42:12
2. Body: Jumps over the lazy dog
Installation
Installation is possible via Composer. Create a file named
composer.json
in your project directory with the following contents:
{
"require": {
"athoshun/feed-parser": "1.0.*"
}
}
Then as a normal user, issue the following commands:
$ curl http://getcomposer.org/installer | php
$ php composer.phar install
All versions of feed-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package athoshun/feed-parser contains the following files
Loading the files please wait ....