Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duncan3dc/sonos-common
Some utilities and interfaces for Sonos code in PHP
https://github.com/duncan3dc/sonos-common
Last synced: 4 days ago
JSON representation
Some utilities and interfaces for Sonos code in PHP
- Host: GitHub
- URL: https://github.com/duncan3dc/sonos-common
- Owner: duncan3dc
- License: apache-2.0
- Created: 2018-09-13T20:15:59.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T14:38:00.000Z (over 2 years ago)
- Last Synced: 2024-10-31T13:51:29.188Z (13 days ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)