PHPackages                             irybalka1966/voiceinputs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. irybalka1966/voiceinputs

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

irybalka1966/voiceinputs
========================

build text and select html form inputs with filling-from-voice ability

1.0(6y ago)5423[2 issues](https://github.com/irybalka1966/voiceinputs/issues)MITPHPCI failing

Since Sep 3Pushed 5y ago2 watchersCompare

[ Source](https://github.com/irybalka1966/voiceinputs)[ Packagist](https://packagist.org/packages/irybalka1966/voiceinputs)[ RSS](/packages/irybalka1966-voiceinputs/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

VoiceInputs
===========

[](#voiceinputs)

This package allows you to build "text" and "select" html form inputs with "filling-from-voice" option, using Chrome webkitSpeechRecognition. Here it is possible to automatic switch voice-recognition mode from input to input, in custom order

Voice recognition option works **for Chrome web-browser and SSL connection only**

Example of usage
----------------

[](#example-of-usage)

If you wish to put inputs with voice recognition into your html form, for example car brands with a possible choice of Toyota, Ferrari et c., year with a strict choice between 2016, 2017, etc. and colors. If you also wish, that after recognition completion on the first input it will be automatically started on the next input:

```

```

```
>

    Voice Input

Car brand:
TextVoice('car-brand', ['Toyota', 'Ferrari', 'BMW', 'Nissan'], 1); ?>

Year:
SelectVoice('year', ['2016', '2017', '2018', '2019'], 1); ?>

Color:
TextVoice('color', ['yellow', 'black', 'white', 'red', 'blue'], 0); ?>

```

Installation
------------

[](#installation)

Using [composer](http://www.getcompser.com):

```
$ composer require irybalka1966/VoiceInputs
```

Requirements
------------

[](#requirements)

The following versions of PHP are supported by this version.

- PHP &gt;= 7.0
- HHVM

Author
------

[](#author)

This package is created and maintained by [Igor Rybalka](https://github.com/irybalka1966). If you have any questions feel free to contact me on facebook by using [igor.rybalka](https://www.facebook.com/igor.rybalka) in your message.

License
-------

[](#license)

MIT License

Copyright (c) 2019 Igor Rybalka

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 95.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2445d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/524857d2cf197de65bd256558dcfdf32903098e926e16a30106737f9fec3a372?d=identicon)[irybalka1966](/maintainers/irybalka1966)

---

Top Contributors

[![irybalka1966](https://avatars.githubusercontent.com/u/11993650?v=4)](https://github.com/irybalka1966 "irybalka1966 (43 commits)")[![amirkhiz](https://avatars.githubusercontent.com/u/8492686?v=4)](https://github.com/amirkhiz "amirkhiz (1 commits)")[![peter279k](https://avatars.githubusercontent.com/u/9021747?v=4)](https://github.com/peter279k "peter279k (1 commits)")

---

Tags

phpchromevoicerecognitionhtmlformtextinputselectinputwebkitSpeechRecognition

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/irybalka1966-voiceinputs/health.svg)

```
[![Health](https://phpackages.com/badges/irybalka1966-voiceinputs/health.svg)](https://phpackages.com/packages/irybalka1966-voiceinputs)
```

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21421.6k](/packages/imanghafoori-laravel-anypass)[renoki-co/clusteer

Clusteer is a Puppeteer wrapper written for PHP, with the super-power of parallelizing pages across multiple browser instances.

891.2k](/packages/renoki-co-clusteer)[luka-dev/headless-task-server-php

Helper for sending requests to luka-dev/headless-task-server

109.6k](/packages/luka-dev-headless-task-server-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
