Skip to content

amiad/PHPSoundcloud2Podcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPSoundcloud2Podcast

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.

About

Convert Soundcloud playlist or user to podcast feed for PHP

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages