PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Malik Naik   Mozilla WebThings PHP IOT Framework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mozilla WebThings PHP IOT Framework
Control Internet connected devices via Web service
Author: By
Last change:
Date: 4 years ago
Size: 750 bytes
 

Contents

Class file image Download
{ "name": "webthing/webthing", "type": "library", "description": "A PHP Web Thing Server implementation.", "keywords": ["webthing", "php", "mozilla"], "license": "MPL-2.0", "homepage": "https://github.com/maliknaik16/webthing-php", "authors": [ { "name": "Malik Naik", "email": "maliknaik16@gmail.com", "homepage": "http://maliknaik.me/", "role": "Developer" } ], "autoload": { "psr-4": { "WebThing\\": "src/" } }, "config": { "optimize-autoloader": true }, "require": { "cboden/ratchet": "^0.4.1", "ramsey/uuid": "^3.9.2", "react/http": "^0.8.5", "justinrainbow/json-schema": "^5.2.9", "myclabs/deep-copy": "^1.9.4", "malik/crimson": "^1.0.0" } }