PHPackages                             megumiteam/woocommerce-elasticsearch - 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. megumiteam/woocommerce-elasticsearch

AbandonedArchivedLibrary[Search &amp; Filtering](/categories/search)

megumiteam/woocommerce-elasticsearch
====================================

Woocommerce search replace Elasticsearch

0.1(10y ago)2471[1 PRs](https://github.com/megumiteam/woocommerce-elasticsearch/pulls)PHP

Since Feb 26Pushed 5y ago8 watchersCompare

[ Source](https://github.com/megumiteam/woocommerce-elasticsearch)[ Packagist](https://packagist.org/packages/megumiteam/woocommerce-elasticsearch)[ RSS](/packages/megumiteam-woocommerce-elasticsearch/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

[![Build Status](https://camo.githubusercontent.com/95d254db87c6b6b5b1d62c5087671de6d26cac00506822b3a722985d3f653a92/68747470733a2f2f7472617669732d63692e6f72672f6d6567756d697465616d2f776f6f636f6d6d657263652d656c61737469637365617263682e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/megumiteam/woocommerce-elasticsearch)

WooCommerce Elasticsearch
=========================

[](#woocommerce-elasticsearch)

WooCommerce search replace Elasticsearch.

How to use
----------

[](#how-to-use)

### Install

[](#install)

Install this libary in your theme or plugin via Composer. To do so, you need write `commposer.json` like below.

```
{
  "require": {
    "megumiteam/woocommerce-elasticsearch": "dev-master"
  }
}

```

### Load library

[](#load-library)

In your entry point( theme's functions.php or plugin's base file), initialize library.

```
require_once dirname( __FILE__ ) . '/vendor/autoload.php';
MegumiTeam\WooCommerceElasticsearch\Loader::get_instance()->init();

//get Elasticsearch client
MegumiTeam\WooCommerceElasticsearch\Loader::get_instance()->client;

//get type
MegumiTeam\WooCommerceElasticsearch\Loader::get_instance()->type;

//get index
MegumiTeam\WooCommerceElasticsearch\Loader::get_instance()->index;

```

### PHPUnit

[](#phpunit)

```
ES_HOST=‘example.com’ ES_PORT=‘9200’ phpunit

```

### WP-CLI

[](#wp-cli)

```
wp elasticsearch setup --host=example.com --port=9200

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

3728d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e6ac19cc53499ab09e7d28e0656ed80a442f5e5043309d004a13fe470037e305?d=identicon)[horike37](/maintainers/horike37)

---

Top Contributors

[![hideokamoto](https://avatars.githubusercontent.com/u/6883571?v=4)](https://github.com/hideokamoto "hideokamoto (9 commits)")[![horike37](https://avatars.githubusercontent.com/u/1301012?v=4)](https://github.com/horike37 "horike37 (9 commits)")

### Embed Badge

![Health badge](/badges/megumiteam-woocommerce-elasticsearch/health.svg)

```
[![Health](https://phpackages.com/badges/megumiteam-woocommerce-elasticsearch/health.svg)](https://phpackages.com/packages/megumiteam-woocommerce-elasticsearch)
```

###  Alternatives

[jolicode/elastically

Opinionated Elastica based framework to bootstrap PHP and Elasticsearch implementations.

2571.7M1](/packages/jolicode-elastically)[getcandy/candy-api

API driven E-commerce solution, written in Laravel

4427.9k1](/packages/getcandy-candy-api)[kunstmaan/search-bundle

The KunstmaanSearchBundle works with ElasticSearch and supports different search providers. The bundle currently supports Elastica as a provider. Add your own objects to index using a tagged service which implements the SearchConfigurationInterface

1884.8k1](/packages/kunstmaan-search-bundle)[heyday/silverstripe-elastica

Provides Elastic Search integration for SilverStripe DataObjects using Elastica

1136.8k2](/packages/heyday-silverstripe-elastica)[t3g/elasticorn

elastic manager based on elastica

155.8k](/packages/t3g-elasticorn)[michaeljennings/laralastica

A laravel package that allows you to search eloquent results using elasticsearch.

102.9k](/packages/michaeljennings-laralastica)

PHPackages © 2026

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