golles/php-3fm-now-playing
最新稳定版本:2.0.2
Composer 安装命令:
composer require golles/php-3fm-now-playing
包简介
Helper class to retrieve and decode now playing from Dutch radio 3FM
关键字:
README 文档
README
This is a php library to retrieve and decode the now playing information from Dutch radio 3fm (NPO 3FM).
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist golles/php-3fm-now-playing "*"
or add
"golles/php-3fm-now-playing": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code:
$helper = new Helper3FM(); $helper->get3FMNowPlaying(); $nowPlaying = $helper->getResponse3FM(); echo ucwords($nowPlaying->artist . ' - ' . $nowPlaying->title);
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-03-02