amiad/soundcloud2podcast

Convert Soundcloud playlist or user to podcast feed for PHP

1.1.3 2020-02-10 21:15 UTC

This package is auto-updated.

Last update: 2024-04-26 06:12:00 UTC


README

Convert Soundcloud playlist or user to podcast feed

Join the chat at https://gitter.im/PHPSoundcloud2Podcast/Lobby xscode

Usage

Manually Download

  1. Download PHPSoundcloud2Podcast.
  2. Install required dependencies with Composer:
    $ composer install
  3. Transfer souncloud url in url parameter:
    http://example.com/?url=https://soundcloud.com/user/

Composer

  1. Install soundcloud2podcast:
    $ composer require amiad/soundcloud2podcast
  2. Create object:
require_once __DIR__.'/vendor/autoload.php';
new \Soundcloud2Podcast\Soundcloud2Podcast(url, cacheTime);
  • url url string Url to the souncloud page to convert.
  • cacheTime optional string Time to refresh the feed cache (example: 30 minutes). Default: 1 hour.

License

GPL.

An MIT licensed version is available on xs:code.