Sonos A PHP library for interacting with Sonos speakers

Getting Started

Usage

Controllers

Services

Fun Stuff

Installation

The recommended method of installing this library is via Composer.

Run the following command from your project root:

$ composer require duncan3dc/sonos

Or you can manually add it to your composer.json:

{
    "require": {
        "duncan3dc/sonos": "^2.0"
    }
}