PHPackages                             hieudmg/module-hyva-algolia-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. [Search &amp; Filtering](/categories/search)
4. /
5. hieudmg/module-hyva-algolia-search

ActiveMagento2-module[Search &amp; Filtering](/categories/search)

hieudmg/module-hyva-algolia-search
==================================

Blackbird\_HyvaAlgoliaSearch makes Algolia\_AlgoliaSearch compatible with Hyvä Themes

100.0.10(4mo ago)051MITJavaScriptPHP ~8.0.0||~8.1.0||~8.2.0||~8.3.0

Since Apr 8Pushed 4mo agoCompare

[ Source](https://github.com/hieudmg/hyva-algolia-search)[ Packagist](https://packagist.org/packages/hieudmg/module-hyva-algolia-search)[ RSS](/packages/hieudmg-module-hyva-algolia-search/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (12)Used By (0)

hyva-algolia-search
===================

[](#hyva-algolia-search)

[![Latest Stable Version](https://camo.githubusercontent.com/1fc74def7266912f57d69e419dd7d04a97dde7d2b6c99ea4ec9fa33141cb7754/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68696575646d672f6d6f64756c652d687976612d616c676f6c69612d7365617263682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hieudmg/module-hyva-algolia-search)[![License: MIT](https://camo.githubusercontent.com/ceff8d6214826e3d029aaf47a96fe8d0af6aaa64df135148ef506b0ab810f95f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f68696575646d672f687976612d616c676f6c69612d7365617263682e7376673f7374796c653d666c61742d737175617265)](./LICENSE)

This fork is a drop-in replacement for the [original module](https://github.com/blackbird-agency/hyva-algolia-search), which seems to be abandoned. Including some fixes to keep up with latest version of Hyva.

Compat module for Algolia Search on Magento 2 using Hyvä Themes. This requires:

- A [Hyvä Themes](https://www.hyva.io/) key
- Access to Algolia
- [blackbird/external-ressource-loader](https://github.com/blackbird-agency/external-resources-loader) to dynamically load all the Algolia ressources.

Setup
-----

[](#setup)

Get the package

Composer Package: `composer require hieudmg/module-hyva-algolia-search`

Zip Package: Not recommended.

Install the module
------------------

[](#install-the-module)

Go to your Magento root directory and run the following magento command:

```
php bin/magento setup:upgrade

```

**If you are in production mode, do not forget to recompile and redeploy the static resources, or use the `--keep-generated` option.**

Once the module is installed, please check the `app/etc/hyva-themes.json` file.
Depending on how the module has been installed, the following line must be now present in the `app/etc/hyva-themes.json` file.

### Installed using composer

[](#installed-using-composer)

```
{
  "extensions": [
    ...
    {
      "src": "vendor\/hieudmg\/module-hyva-algolia-search\/src"
    },
    ...
  ]
}

```

If the line is missing (notably for Magento 2.4.7 and late patches of Magento 2.4.6), please run the following command as per [official documentation](https://docs.hyva.io/hyva-themes/compatibility-modules/tailwind-source-css-merging.html#1-create-the-tailwind-sourcecss-file) and check that the new line appears:

```
bin/magento hyva:config:generate

```

What's included
---------------

[](#whats-included)

This compat modules offers full Hyvä-compatibility for the following Algolia services:

- Algolia Search
- Algolia InstantSearch
- Algolia Recommend
- Algolia Autocomplete
- Algolia Insights

Default styling is heavily inspired by the native theme of Hyvä Themes. Most style classes are used directly in the relevent templates or in the overridable `tailwind-source.css` file located in the `view/frontend/tailwind/` directory. Compare and wishlist feature has been reported.

Known issues, limitations
-------------------------

[](#known-issues-limitations)

- As of now, the Ajax add to basket feature has been implemented within a limited scope. Simple products have the quick ATB option but configurable products are **forwarded to the product page**.
- The native Hyvä Themes implementation of the option selection on a product tile **has not** been integrated yet.
- Filters styling on a listing page are quite raw at the moment. This will be improved in the future

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance74

Regular maintenance activity

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 51.4% 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

Every ~26 days

Recently: every ~55 days

Total

11

Last Release

141d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/31652bd8037c3d92f0ce39b33c7b4ab9d6a009148b3ea4a57e0662fa8d07c909?d=identicon)[hieudmg](/maintainers/hieudmg)

---

Top Contributors

[![hieudmg](https://avatars.githubusercontent.com/u/56947287?v=4)](https://github.com/hieudmg "hieudmg (18 commits)")[![klauss-blackbird](https://avatars.githubusercontent.com/u/84027084?v=4)](https://github.com/klauss-blackbird "klauss-blackbird (17 commits)")

### Embed Badge

![Health badge](/badges/hieudmg-module-hyva-algolia-search/health.svg)

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

###  Alternatives

[algolia/algoliasearch-magento-2

Algolia Search &amp; Discovery extension for Magento 2

1881.8M16](/packages/algolia-algoliasearch-magento-2)[blackbird/module-hyva-algolia-search

Blackbird\_HyvaAlgoliaSearch makes Algolia\_AlgoliaSearch compatible with Hyvä Themes

1414.9k](/packages/blackbird-module-hyva-algolia-search)[smile/module-elasticsuite-cms-search

Smile Elasticsuite - Cms Pages Search Module for Smile Elasticsuite.

25916.7k1](/packages/smile-module-elasticsuite-cms-search)[mageworx/module-searchsuiteautocomplete

Search Suite Autocomplete extension by MageWorx for Magento 2

34293.0k1](/packages/mageworx-module-searchsuiteautocomplete)[smile/elasticsuite-for-retailer

Smile ElasticSuite for Retailers - Magento2 toolkit for Retailers : Store Locator, Availability and Prices per store, etc...

18235.4k](/packages/smile-elasticsuite-for-retailer)[smile/module-elasticsuite-rating

Smile ElasticSuite - Rating search module.

1492.1k2](/packages/smile-module-elasticsuite-rating)

PHPackages © 2026

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