PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   Light Controller   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Light Controller
Trigger event in IFFTT using a Webhook
Author: By
Last change:
Date: 1 year ago
Size: 426 bytes
 

Contents

Class file image Download
{ "name": "lee/light-controller", "description": "The Light controller via IFTTT Webhook", "type": "api", "license": "MIT", "require": { "php": "^8.0", "guzzlehttp/guzzle": "^7.4" }, "autoload": { "psr-4": { "lee\\": "src/" } }, "authors": [ { "name": "peter279k", "email": "peter279k@gmail.com" } ] }