PHPackages                             aimes/module-voice-search - 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. aimes/module-voice-search

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

aimes/module-voice-search
=========================

Add voice search functionality to Magento 2 global search

1.0.0(5y ago)431[1 issues](https://github.com/robaimes/module-voice-search/issues)proprietaryJavaScript

Since Jul 26Pushed 5y agoCompare

[ Source](https://github.com/robaimes/module-voice-search)[ Packagist](https://packagist.org/packages/aimes/module-voice-search)[ RSS](/packages/aimes-module-voice-search/feed)WikiDiscussions master Synced 5d ago

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

Aimes\_VoiceSearch
==================

[](#aimes_voicesearch)

A simple module that adds voice search capabilities to the Magento 2 global search. An icon will be displayed in the search bar if the module is enabled.

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

[](#installation)

Installation via composer is recommended.

- `composer require aimes/module-voice-search`
- `php bin/magento module:enable Aimes_VoiceSearch`
- `php bin/magento setup:upgrade`

Alternatively, if for whatever reason you are not using composer, put the contents of this repository in `/app/code/Aimes/VoiceSearch`

Configuration
-------------

[](#configuration)

- Enable Voice Search `Default: Yes`
    - When disabled this module will have no effect
- Skip Suggestions `Default: No`
    - With this value set to `No` the search autocomplete suggestions will display to the user
    - With this value set to `Yes` the user will be directed to the relevant catalogsearch page and will not fire an AJAX request to get autocomplete results

This module is tested and developed on an *unmodified* Magento 2.3.5 Open Source instance with Luma theme and sample data. Results may vary using a custom theme.

Developer Notes
---------------

[](#developer-notes)

The voice search functionality is powered by a jQuery widget `$.aimes.voiceSearch` which exposes 2 public methods for convenience.

- `startSpeechRecognition` - Start listening for user speech
- `stopSpeechRecognition` - Stop listening for user speech

Example:

```
$('#search').voiceSearch('startSpeechRecognition');
$('#search').voiceSearch('stopSpeechRecognition');
```

---

The widget has multiple functions for extension. One for each [event](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition#Events). It is suggested you use [mixins](https://devdocs.magento.com/guides/v2.4/javascript-dev-guide/javascript/js_mixins.html) to add additional functionality where appropriate.

Browser Support
---------------

[](#browser-support)

This module makes use of the [SpeechRecognition API](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition). Browser support can be seen on this page or on [caniuse](https://caniuse.com/#search=SpeechRecognition).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

2120d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/34d1f5eeaf027fede0b4d12a1cba7535a1b95454182a74be8f4bcaa588616cd8?d=identicon)[robaimes](/maintainers/robaimes)

---

Tags

magento2magento2-modulemagento2-module-freevoice-recognitionvoice-search

### Embed Badge

![Health badge](/badges/aimes-module-voice-search/health.svg)

```
[![Health](https://phpackages.com/badges/aimes-module-voice-search/health.svg)](https://phpackages.com/packages/aimes-module-voice-search)
```

###  Alternatives

[yireo/magento2-googletagmanager2

Add Google Tag Manager to Magento

167930.4k5](/packages/yireo-magento2-googletagmanager2)[ps/fluent-traversable

Support for operating on collections and arrays by functional way. Inspired by guava's FluentIterable, java8 Stream framework and scala stuff

2929.4k1](/packages/ps-fluent-traversable)

PHPackages © 2026

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