Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Some utilities and interfaces for Sonos code in PHP
https://github.com/duncan3dc/sonos-common

Last synced: about 2 months ago
JSON representation

Some utilities and interfaces for Sonos code in PHP

Awesome Lists containing this project

README

        

# sonos-common
Some utilities and interfaces for Sonos code in PHP

[![release](https://poser.pugx.org/duncan3dc/sonos-common/version.svg)](https://packagist.org/packages/duncan3dc/sonos-common)
[![build](https://github.com/duncan3dc/sonos-common/workflows/.github/workflows/buildcheck.yml/badge.svg?branch=main)](https://github.com/duncan3dc/sonos-common/actions?query=branch%3Amain+workflow%3A.github%2Fworkflows%2Fbuildcheck.yml)
[![coverage](https://codecov.io/gh/duncan3dc/sonos-common/graph/badge.svg)](https://codecov.io/gh/duncan3dc/sonos-common)

## Introduction

This repository is mainly for internal use, you only need to depend on it if you want to type hint some of the interfaces.

It is part of several projects:
* [duncan3dc/sonos](https://github.com/duncan3dc/sonos/) Control speakers on your local networking using UPnP.
* [duncan3dc/sonos-cloud](https://github.com/duncan3dc/sonos-cloud/) Use the official Sonos API to control your speakers.
* [duncan3dc/sonos-console](https://github.com/duncan3dc/sonos-console/) A CLI tool to control speakers on your local network.

## Installation

If you're sure you want this library, then you can install it via [Composer](//getcomposer.org/).

Run the following command from your project root:

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

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