PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Igor Rybalka   PHP Voice Recognition Inputs   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Voice Recognition Inputs
Generate form inputs to allow user voice control
Author: By
Last change: Enhance source code
Date: 4 years ago
Size: 682 bytes
 

Contents

Class file image Download
{ "name": "irybalka1966/voiceinputs", "description": "build text and select html form inputs with filling-from-voice ability", "minimum-stability": "dev", "license": "MIT", "keywords": [ "php", "voice", "htmlform", "textinput", "selectinput", "recognition", "Chrome", "webkitSpeechRecognition" ], "authors": [ { "name": "Igor Rybalka", "email": "irybalka@yahoo.com" } ], "autoload": { "psr-4": { "irybalka1966\\voiceinputs\\": "src/" } }, "autoload-dev": { "psr-4": { "irybalka1966\\voiceinputs\\Tests\\": "tests/" } }, "require-dev": { "phpunit/phpunit": "^5.7.17" } }