1. Go to this page and download the library: Download dutchie027/govee-api-v2 library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
dutchie027 / govee-api-v2 example snippets
// Ensure we have the composer libraries
utchie027\GoveeApiV2\Connect();
// Ensure we have the composer libraries
Connect;
// Instantiate with defaults
$govee = new Connect();