Download the PHP package casivaagustin/feedtcher without Composer
On this page you can find all versions of the php package casivaagustin/feedtcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download casivaagustin/feedtcher
More information about casivaagustin/feedtcher
Files in casivaagustin/feedtcher
Download casivaagustin/feedtcher
More information about casivaagustin/feedtcher
Files in casivaagustin/feedtcher
Vendor casivaagustin
Package feedtcher
Short Description Gets ATOM and RSS Feeds
License MIT
Homepage https://github.com/casivaagustin/feedtcher
Package feedtcher
Short Description Gets ATOM and RSS Feeds
License MIT
Homepage https://github.com/casivaagustin/feedtcher
Please rate this library. Is it a good library?
Informations about the package feedtcher
Feedtcher
Library for fetch RSS and ATOM Feeds
How to use it
Just add this library to your composer.json, or set the paths for your autoloader. Add PHRequests and HTML Purifier as dependency also.
And just do something like this in your code.
This will return a Feed Object with a collection of Entries. Feed does not have all the possible entries from the feed, it just fetch.
- Title
- Description
- Link
- Date
- Author
And Entries have
- Title
- Description
- Author
- Date
- Link
To get Feed fields just read as attributes.
And for Entries use the feed object as array
Works with RSS and ATOM.
That is all !
All versions of feedtcher with dependencies
PHP Build Version
Package Version
The package casivaagustin/feedtcher contains the following files
Loading the files please wait ....