PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of András Zoltán-Gyárfás   PHP Raspberry PI DS18B20   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Raspberry PI DS18B20
Read values from RaspberryPI DS18B20 sensors
Author: By
Last change:
Date: 5 years ago
Size: 414 bytes
 

Contents

Class file image Download
{ "name": "azolee/ds18b20", "description": "The DS18B20 Sensor Handling PHP Package", "license": "MIT", "authors": [ { "name": "András Zoltan-Gyárfás", "email": "azolee@gmail.com" } ], "minimum-stability": "dev", "require": { "php": ">=7.1.0" }, "autoload": { "psr-0": { "azolee": "src/" } } }