Download the PHP package lukaswhite/podcast-feed-parser without Composer
On this page you can find all versions of the php package lukaswhite/podcast-feed-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lukaswhite/podcast-feed-parser
More information about lukaswhite/podcast-feed-parser
Files in lukaswhite/podcast-feed-parser
Download lukaswhite/podcast-feed-parser
More information about lukaswhite/podcast-feed-parser
Files in lukaswhite/podcast-feed-parser
Vendor lukaswhite
Package podcast-feed-parser
Short Description A PHP library for parsing podcast feeds
License MIT
Package podcast-feed-parser
Short Description A PHP library for parsing podcast feeds
License MIT
Please rate this library. Is it a good library?
Informations about the package podcast-feed-parser
Podcast Feed Parser
A PHP library for parsing Podcast XML/RSS feeds.
Features
- Get channel metadata, such as the title and description
- Retrieve a list of the episodes
- Supports iTunes metadata such as categories
- Get artwork and media files
- Sort episodes by their publication date, episode number or split into seasons
Installation
Usage
or
The run()
method returns an instance of the Podcast
class, on which the getEpisodes()
method returns a collection of the podcast episodes.
Simple Example
This only shows a limited selection of the available fields; you'll find a complete list here.
All versions of podcast-feed-parser with dependencies
PHP Build Version
Package Version
The package lukaswhite/podcast-feed-parser contains the following files
Loading the files please wait ....