duncan3dc/sonos
Composer 安装命令:
composer require duncan3dc/sonos
包简介
Control Sonos speakers using a simple API
关键字:
README 文档
README
A PHP library for interacting with Sonos speakers.
Full documentation is available at https://duncan3dc.github.io/sonos/
PHPDoc API documentation is also available at https://duncan3dc.github.io/sonos/api/
Getting Started
$sonos = new \duncan3dc\Sonos\Network(); $controllers = $sonos->getControllers(); foreach ($controllers as $controller) { echo $controller->getRoom() . " (" . $controller->getStateName() . ")\n"; }
Read more at https://duncan3dc.github.io/sonos/
Changelog
A Changelog has been available since version 0.8.8
This library was based on the great work done by both DjMomo/sonos and phil-lavin/sonos
Where to get help
Found a bug? Got a question? Just not sure how something works?
Please create an issue and I'll do my best to help out.
Alternatively you can connect with me on LinkedIn
统计信息
- 总下载量: 15.13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 110
- 点击次数: 4
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2014-05-29