Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duncan3dc/sonos-cloud

A PHP library to use the official Sonos API to control your speakers
https://github.com/duncan3dc/sonos-cloud

php sonos sonos-api

Last synced: about 2 months ago
JSON representation

A PHP library to use the official Sonos API to control your speakers

Awesome Lists containing this project

README

        

# sonos-cloud

A PHP library for interacting with the official [Sonos API](https://developer.sonos.com/).

Full documentation is available at https://duncan3dc.github.io/sonos-cloud/
PHPDoc API documentation is also available at [https://duncan3dc.github.io/sonos-cloud/api/](https://duncan3dc.github.io/sonos-cloud/api/namespaces/duncan3dc.Sonos.Cloud.html)

[![release](https://poser.pugx.org/duncan3dc/sonos-cloud/version.svg)](https://packagist.org/packages/duncan3dc/sonos-cloud)
[![build](https://travis-ci.org/duncan3dc/sonos-cloud.svg?branch=master)](https://travis-ci.org/duncan3dc/sonos-cloud)
[![coverage](https://codecov.io/gh/duncan3dc/sonos-cloud/graph/badge.svg)](https://codecov.io/gh/duncan3dc/sonos-cloud)

## Installation

The recommended method of installing this library is via [Composer](//getcomposer.org/).

Run the following command from your project root:

```bash
$ composer require duncan3dc/sonos-cloud
```

## Alternatives

I also maintain a library that allows you to control speakers on your local network:
https://github.com/duncan3dc/sonos/

## Where to get help
Found a bug? Got a question? Just not sure how something works?
Please [create an issue](//github.com/duncan3dc/sonos-cloud/issues) and I'll do my best to help out.
Alternatively you can catch me on [Twitter](https://twitter.com/duncan3dc)

## duncan3dc/sonos-cloud for enterprise

Available as part of the Tidelift Subscription

The maintainers of duncan3dc/sonos-cloud and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/packagist-duncan3dc-sonos-cloud?utm_source=packagist-duncan3dc-sonos-cloud&utm_medium=referral&utm_campaign=readme)