Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 509 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 509 Bytes

Sonos

Setting Up The Sonos Webhook Sender

This script helps set up the webhook sender system for Sonos.

Prerequisites

Make sure you have PHP ^7.3 installed on your system.

Setup Steps

  1. Open your terminal and navigate to /var/www/.

  2. Enter the following command:

git clone [email protected]:vormkracht10/sonos.git && cd sonos
  1. Run the following command in your terminal to execute the setup of the webhook system:
composer install && php setup.php
  1. Enjoy!