PHPackages                             studiomitte/typesense-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. studiomitte/typesense-search

ActiveTypo3-cms-extension[Search &amp; Filtering](/categories/search)

studiomitte/typesense-search
============================

20PHP

Since Oct 15Pushed 1y ago4 watchersCompare

[ Source](https://github.com/studiomitte/typesense-typo3)[ Packagist](https://packagist.org/packages/studiomitte/typesense-search)[ RSS](/packages/studiomitte-typesense-search/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

TYPO3 Extension `typesense_search`
==================================

[](#typo3-extension-typesense_search)

This extension provides an integration of typesense search engine into TYPO3 CMS. It is still in an early stage and not yet feature complete.

I am however where interested in feedback and contributions.

Features
--------

[](#features)

- Integration of `InstantSearch` for an awesome search experience
- Facets
- Proxy for hiding typesense endpoint
- Custom filtering to use search for different scopes like
    - language
    - record types

### What this extension does not provide

[](#what-this-extension-does-not-provide)

This extension is just in the beginning and is not yet a full alternative to other search extensions like solr.

- No queue, no monitoring of records, only full indexing possible
- No permission handling (records which are limited to user\_groups)
- No time checks (starttime, stoptime)

Setup
-----

[](#setup)

### Installation

[](#installation)

Install the extension by using `composer req studiomitte/typesense-search`. You then get also the dashboard at `http://yourproject.ddev.site:8109/` with login API key `ddev`.

For testing, I suggest using `ddev get kevinquillen/ddev-typesense` to get a typesense instance running locally. For production, you should take a look at .

### Configuration

[](#configuration)

Copy the settings.yaml from `Resources/Private/Examples/settings.yaml` to your site configuration and adjust it to your needs.

Especially important is the `authentication` part.

### Indexing

[](#indexing)

There are 2 options supported how to index your records.

#### Sitemap for content

[](#sitemap-for-content)

The following CLI call indexes a sitemap. Provide the site identifier as 1st argument and the URL as 2nd one.

```
# Use the pages sitemap generated by TYPO3
./bin/typo3 typesense:sitemap main 'https://www.domain.tld.com/sitemap.xml?sitemap=pages&cHash=....'
```

#### Custom indexing

[](#custom-indexing)

Copy the example `EXT:typesense_search/Resources/Private/Examples/TypesenseImportCommand.php` to your site package/extension and adopt it your needs.

Don't forget to adopt the constants in the class to your needs!

Plugin &amp; Templating
-----------------------

[](#plugin--templating)

After indexing you can use the Search plugin to add the typeense instant search to your page.

### Geosearch

[](#geosearch)

If using a geosearch, you need to index the coordinates like this

```
$document['_geoloc'] = [$row['lat'], $row['lng']];
```

and provide a Google Maps API in the `Search/Index.html` template.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d08c176686c8914d32c70d4af388887d738930fdfdf07c7ca9c841ad10ed683?d=identicon)[georgringer](/maintainers/georgringer)

---

Top Contributors

[![georgringer](https://avatars.githubusercontent.com/u/1905663?v=4)](https://github.com/georgringer "georgringer (2 commits)")

### Embed Badge

![Health badge](/badges/studiomitte-typesense-search/health.svg)

```
[![Health](https://phpackages.com/badges/studiomitte-typesense-search/health.svg)](https://phpackages.com/packages/studiomitte-typesense-search)
```

###  Alternatives

[ruflin/elastica

Elasticsearch Client

2.3k50.4M203](/packages/ruflin-elastica)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15224.3M65](/packages/opensearch-project-opensearch-php)[mailerlite/laravel-elasticsearch

An easy way to use the official PHP ElasticSearch client in your Laravel applications.

934529.3k2](/packages/mailerlite-laravel-elasticsearch)[massive/search-bundle

Massive Search Bundle

721.4M13](/packages/massive-search-bundle)[shyim/opensearch-php-dsl

OpenSearch/Elasticsearch DSL library

175.9M9](/packages/shyim-opensearch-php-dsl)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)

PHPackages © 2026

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