Skip to content

duncan3dc/sonos

Repository files navigation

sonos

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/

release build coverage

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

About

A PHP library for interacting with Sonos speakers

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages