PHPackages                             monogo/magento-typesense-catalog-products - 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. [API Development](/categories/api)
4. /
5. monogo/magento-typesense-catalog-products

ActiveMagento2-module[API Development](/categories/api)

monogo/magento-typesense-catalog-products
=========================================

Typesense Catalog Products indexer Magento implementation

1.0.5(2mo ago)0505↓50%1[1 issues](https://github.com/MonogoPolska/magento-typesense-catalog-products/issues)1Apache-2.0PHPPHP &gt;=8.1

Since Aug 25Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/MonogoPolska/magento-typesense-catalog-products)[ Packagist](https://packagist.org/packages/monogo/magento-typesense-catalog-products)[ Docs](https://github.com/MonogoPolska/magento-typesense-catalog-products)[ RSS](/packages/monogo-magento-typesense-catalog-products/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (4)Versions (11)Used By (1)

Typesense Magento integration - Catalog Products indexer
========================================================

[](#typesense-magento-integration---catalog-products-indexer)

Indexer for Magento Catalog Products

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

[](#configuration)

As the first step, Go to Magento Admin → Configuration → Typesense → Catalog Products

Indexers
--------

[](#indexers)

IndexerDescription`bin/magento indexer:reindex typesense_products`Typesense Products indexer. To enable this, configure
Stores → Configuration →Typesense → Catalog ProductsInitial schema
--------------

[](#initial-schema)

```
'name' => $prefix . '_products' . $suffix,
'fields' => [
            'entity_id' => ['name' => 'entity_id', 'type' => 'int32', 'optional' => false, 'index' => true],
            'uid' => ['name' => 'uid', 'type' => 'string', 'optional' => false, 'index' => true],
            'sku' => ['name' => 'sku', 'type' => 'string', 'optional' => false, 'index' => true],
            'store_id' => ['name' => 'store_id', 'type' => 'int32', 'optional' => true, 'index' => false],
            'status' => ['name' => 'status', 'type' => 'int32', 'optional' => true, 'index' => false],
            'visibility' => ['name' => 'visibility', 'type' => 'int32', 'optional' => true, 'index' => false],
            'visibility_label' => ['name' => 'visibility_label', 'type' => 'string', 'optional' => true, 'index' => false],
            'name' => ['name' => 'name', 'type' => 'string', 'optional' => false, 'index' => true],
            'url' => ['name' => 'url', 'type' => 'string', 'optional' => false, 'index' => true],
            'url_key' => ['name' => 'url_key', 'type' => 'string', 'optional' => false, 'index' => true],
            'type_id' => ['name' => 'type_id', 'type' => 'string', 'optional' => true, 'index' => false,],
            'subproducts' => ['name' => 'subproducts', 'type' => 'string[]', 'optional' => true, 'index' => false,],
            'parent_ids' => ['name' => 'parent_ids', 'type' => 'string[]', 'optional' => true, 'index' => false,],
            'description' => ['name' => 'description', 'type' => 'string', 'optional' => true, 'index' => false],
            'description_stripped' => ['name' => 'description_stripped', 'type' => 'string', 'optional' => true, 'index' => true],
            'short_description' => ['name' => 'short_description', 'type' => 'string', 'optional' => true, 'index' => false],
            'short_description_stripped' => ['name' => 'short_description_stripped', 'type' => 'string', 'optional' => true, 'index' => true],
            'meta_title' => ['name' => 'meta_title', 'type' => 'string', 'optional' => true, 'index' => true],
            'meta_keywords' => ['name' => 'meta_keywords', 'type' => 'string', 'optional' => true, 'index' => true],
            'meta_description' => ['name' => 'meta_description', 'type' => 'string', 'optional' => true, 'index' => true],
            'category_ids' => ['name' => 'category_ids', 'type' => 'string[]', 'optional' => true, 'index' => true],
            'category_uid' => ['name' => 'category_uid', 'type' => 'string[]', 'optional' => true, 'index' => true, 'facet' => true],
            'stock_status' => ['name' => 'stock_status', 'type' => 'string', 'optional' => false, 'index' => true, 'facet' => true],
            'related_products_ids' => ['name' => 'related_products_ids', 'type' => 'string[]', 'optional' => true, 'index' => false],
            'upsell_products_ids' => ['name' => 'upsell_products_ids', 'type' => 'string[]', 'optional' => true, 'index' => false],
            'crossell_products_ids' => ['name' => 'crossell_products_ids', 'type' => 'string[]', 'optional' => true, 'index' => false],
            'final_price' => ['name' => 'final_price', 'type' => 'float', 'optional' => false, 'index' => true, 'sort' => true],
        ];

```

Credits
=======

[](#credits)

- [Monogo](https://monogo.pl/en)
- [Typesense](https://typesense.org)
- [Official Algolia magento module](https://github.com/algolia/algoliasearch-magento-2)

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance88

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.8% 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 ~187 days

Recently: every ~115 days

Total

6

Last Release

60d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/87059637e00638d5d5d08d8e94ef97b3168cd0b4bfde4e512ed77cef38106ae5?d=identicon)[Monogo](/maintainers/Monogo)

---

Top Contributors

[![pawel-detka](https://avatars.githubusercontent.com/u/17678684?v=4)](https://github.com/pawel-detka "pawel-detka (11 commits)")[![jakubbasiakowski](https://avatars.githubusercontent.com/u/85486949?v=4)](https://github.com/jakubbasiakowski "jakubbasiakowski (5 commits)")

### Embed Badge

![Health badge](/badges/monogo-magento-typesense-catalog-products/health.svg)

```
[![Health](https://phpackages.com/badges/monogo-magento-typesense-catalog-products/health.svg)](https://phpackages.com/packages/monogo-magento-typesense-catalog-products)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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