| {
  "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": "[email protected] ",
      "homepage": "http://www.amnuts.com/",
      "role": "Developer"
    },
    {
      "name": "Contributors",
      "homepage": "https://github.com/amnuts/phpiwire/graphs/contributors"
    }
  ],
  "support": {
    "email": "[email protected] ",
    "issues": "https://github.com/amnuts/phpiwire/issues"
  }
}
 |