PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Andrew Collington   iWire PHP Raspberry PI GPIO Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: iWire PHP Raspberry PI GPIO Class
Control a Raspberry PI board using GPIO
Author: By
Last change:
Date: 5 years ago
Size: 792 bytes
 

Contents

Class file image Download
{ "name": "amnuts/phpiwire", "description": "A PHP extension (written using Zephir) that interfaces with wiringPi, allowing you to easily control your Raspberry Pi's GPIO using PHP.", "keywords": ["gpio", "rpi", "raspberrypi", "zephir", "iot", "hardware", "wiringpi", "extension"], "minimum-stability": "stable", "license": "MIT", "homepage": "https://github.com/amnuts/phpiwire", "authors": [ { "name": "Andrew Collington", "email": "andy@amnuts.com", "homepage": "http://www.amnuts.com/", "role": "Developer" }, { "name": "Contributors", "homepage": "https://github.com/amnuts/phpiwire/graphs/contributors" } ], "support": { "email": "andy@amnuts.com", "issues": "https://github.com/amnuts/phpiwire/issues" } }