2017 © Pedro Peláez
 

library podcastcrawler

PHP library to find podcasts

image

podcastcrawler/podcastcrawler

PHP library to find podcasts

  • Saturday, July 15, 2017
  • by dorianneto
  • Repository
  • 4 Watchers
  • 16 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 4 Open issues
  • 11 Versions
  • 8 % Grown

The README.md

Podcast Crawler

Build Status Codacy Badge Packagist Packagist Packagist, (*1)

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

Table of Contents

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

You need PHP >= 5.4.0 to use podcastcrawler/podcastcrawler, but the latest stable version of PHP is recommended., (*3)

Podcast Crawler is verified and tested on PHP 5.4, 5.5, 5.6 and 7.0., (*4)

It's necessary have installed Tidy library., (*5)

Installation

Install podcastcrawler/podcastcrawler using Composer:, (*6)

$ composer require podcastcrawler/podcastcrawler

Basic Usage

<?php
// Require the composer auto loader
require 'vendor/autoload.php';

use PodcastCrawler\PodcastCrawler;
use PodcastCrawler\Provider\Itunes;

$PodcastCrawler = new PodcastCrawler(new Itunes);

$PodcastCrawler->get('nerdcast');
// Returns an array with search result (result count and a list with podcasts).

$PodcastCrawler->limit(2)->get('dev');
// Returns an array with 2 (two) items. Result count is also included.

$PodcastCrawler->find('https://jovemnerd.com.br/feed-nerdcast/');
// Returns an array with the podcast's detail and episodes with its mp3 files.

API

See the full API through this link., (*7)

Contribuing

We are so excited that you want contribute with the project! Follow these recommendations., (*8)

License

Podcast Crawler is open-sourced software licensed under the MIT License (MIT). Please see LICENSE for more information., (*9)

Designed with :heart: by Dorian Neto, (*10)

The Versions

15/07 2017

dev-master

9999999-dev

PHP library to find podcasts

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Dorian Neto

api framework rest library mp3 provider itunes podcast digitalpodcast

15/07 2017

1.1.1

1.1.1.0

PHP library to find podcasts

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Dorian Neto

api framework rest library mp3 provider itunes podcast digitalpodcast

10/02 2017

1.1.0

1.1.0.0

PHP library to find podcasts

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Dorian Neto

api framework rest library mp3 provider itunes podcast digitalpodcast

30/09 2016

1.0.0

1.0.0.0

PHP library to find podcasts

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Dorian Neto

api framework rest library mp3 provider itunes podcast digitalpodcast

27/08 2016

0.15.1-beta

0.15.1.0-beta

PHP library to find podcasts

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Dorian Neto

api framework rest library mp3 itunes podcast

26/08 2016

0.8.0-alpha

0.8.0.0-alpha

PHP library to find podcasts

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Dorian Neto

api framework rest library mp3 itunes podcast

24/08 2016

0.7.0-alpha

0.7.0.0-alpha

  Sources   Download

MIT

The Development Requires

by Dorian Neto

24/08 2016

0.6.1

0.6.1.0

  Sources   Download

MIT

The Development Requires

by Dorian Neto

23/08 2016

0.3.1

0.3.1.0

  Sources   Download

MIT

The Development Requires

by Dorian Neto

23/08 2016

0.2.1

0.2.1.0

  Sources   Download

MIT

The Development Requires

by Dorian Neto

22/08 2016

0.1.0

0.1.0.0

  Sources   Download

MIT

The Development Requires

by Dorian Neto