This script helps set up the webhook sender system for Sonos.
Make sure you have PHP ^7.3 installed on your system.
-
Open your terminal and navigate to
/var/www/
. -
Enter the following command:
git clone [email protected]:vormkracht10/sonos.git && cd sonos
- Run the following command in your terminal to execute the setup of the webhook system:
composer install && php setup.php
- Enjoy!