lee/light-controller

通过 IFTTT Webhook 的灯光控制器

v0.3 2022-07-27 11:45 UTC

This package is auto-updated.

Last update: 2024-08-27 16:40:04 UTC


README

composer require lee/light-controller

用法

require_once './vendor/autoload.php';

use lee\Light;

$light = new Light('event_name', 'ifttt-webhook-maker-service-key');
$light->sendRequest(); // GuzzleHttp\Psr7\Response;

参考