PHPackages                             podcastcrawler/podcastcrawler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. podcastcrawler/podcastcrawler

ActiveLibrary[Framework](/categories/framework)

podcastcrawler/podcastcrawler
=============================

PHP library to find podcasts

1.1.1(8y ago)402.7k↓100%10[2 issues](https://github.com/podcastcrawler/podcastcrawler/issues)1MITPHPPHP &gt;=5.4

Since Aug 22Pushed 8y ago3 watchersCompare

[ Source](https://github.com/podcastcrawler/podcastcrawler)[ Packagist](https://packagist.org/packages/podcastcrawler/podcastcrawler)[ RSS](/packages/podcastcrawler-podcastcrawler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (11)Used By (1)

Podcast Crawler
===============

[](#podcast-crawler)

[![Build Status](https://camo.githubusercontent.com/8d8966cb67eec3dcfd486485c81981dfb980486ae2985c3dedb6bbe9c25ae6cd/68747470733a2f2f7472617669732d63692e6f72672f706f6463617374637261776c65722f706f6463617374637261776c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/podcastcrawler/podcastcrawler)[![Codacy Badge](https://camo.githubusercontent.com/441428f1806b13ddbddd49d394fb9290cb2d63f92d9e7f5e894fa568b46c1421/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3738323364363136356633323434663139366335646634363962336265356436)](https://www.codacy.com/app/doriansampaioneto/podcastcrawler?utm_source=github.com&utm_medium=referral&utm_content=podcastcrawler/podcastcrawler&utm_campaign=Badge_Grade)[![Packagist](https://camo.githubusercontent.com/ff2b1ddc9ecfc7e3e20d1ab3f850f64b3a2c8ac70896d9ff6b3d5e12c96f20be/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706f6463617374637261776c65722f706f6463617374637261776c65722e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/podcastcrawler/podcastcrawler)[![Packagist](https://camo.githubusercontent.com/34b4b8cb72104474327694598453e874f7a76d62c4434c38e3650c5de4ddae9c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706f6463617374637261776c65722f706f6463617374637261776c65722e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/podcastcrawler/podcastcrawler)[![Packagist](https://camo.githubusercontent.com/c71924d6434aa812af38cf2fda4141c4409577d8085cffc645031c399084fca1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f706f6463617374637261776c65722f706f6463617374637261776c65722e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/podcastcrawler/podcastcrawler)

Podcast Crawler is a library that enables the search for podcasts to get details and mp3 files through API providers.

Table of Contents
-----------------

[](#table-of-contents)

- [Highlights](#highlights)
- [System Requirements](#system-requirements)
- [Installation](#installation)
- [Basic Usage](#basic-usage)
- [API](#api)
- [Contribuing](#contribuing)
- [License](#license)

Highlights
----------

[](#highlights)

- Simple API
- Fully documented
- Fully unit tested
- Search podcasts on multiple API providers `Itunes` `Digital Podcast`
- Search for podcasts by Term
- Get details and mp3 files through from podcast's RSS

### System Requirements

[](#system-requirements)

You need **PHP &gt;= 5.4.0** to use `podcastcrawler/podcastcrawler`, but the latest stable version of PHP is recommended.

Podcast Crawler is verified and tested on PHP 5.4, 5.5, 5.6 and 7.0.

It's necessary have installed [Tidy](http://php.net/manual/pt_BR/book.tidy.php) library.

### Installation

[](#installation)

Install `podcastcrawler/podcastcrawler` using Composer:

```
$ composer require podcastcrawler/podcastcrawler

```

### Basic Usage

[](#basic-usage)

```
