Sonos Cloud A PHP library for interacting with the official Sonos API

Getting Started

Usage

Installation

The recommended method of installing this library is via Composer.

Run the following command from your project root:

$ composer require duncan3dc/sonos-cloud

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

{
    "require": {
        "duncan3dc/sonos-cloud": "^0.1.0"
    }
}