Sonos A PHP library for interacting with Sonos speakers

Getting Started

Usage

Controllers

Services

Fun Stuff

Turn it up!

You can control the volume for each speaker, but you can also control it for all speakers in a group here:

$controller->setVolume(30);

$controller->adjustVolume(-10);

$controller->adjustVolume(10);

You can't get the volume of a controller at the moment, because all the speakers could have different volumes.