amiad/soundcloud2podcast
Composer 安装命令:
composer require amiad/soundcloud2podcast
包简介
Convert Soundcloud playlist or user to podcast feed for PHP
关键字:
README 文档
README
Convert Soundcloud playlist or user to podcast feed
Usage
Manually Download
- Download PHPSoundcloud2Podcast.
- Install required dependencies with Composer:
$ composer install - Transfer souncloud url in url parameter:
http://example.com/?url=https://soundcloud.com/user/
Composer
- Install soundcloud2podcast:
$ composer require amiad/soundcloud2podcast - Create object:
require_once __DIR__.'/vendor/autoload.php'; new \Soundcloud2Podcast\Soundcloud2Podcast(url, cacheTime);
urlurl string Url to the souncloud page to convert.cacheTimeoptional string Time to refresh the feed cache (example:30 minutes). Default: 1 hour.
License
GPL.
An MIT licensed version is available on xs:code.
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2018-02-15