Ross ROSS = Recommend OSS · open-source software intelligence for agents

TNTSearch

A fully featured full text search engine written in PHP observed · 2026-08-28

github.com/teamtnt/tntsearch · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

90/100

  • Activity 98
  • Release rhythm 73
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 110.0
  • age_days: 3841
  • days_rel: 22
  • days_push: 13
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

3196 stars · 295 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

TNTSearch is a full-text search engine written entirely in PHP that builds inverted indexes stored in SQLite, MySQL, or Redis. It returns ranked document IDs for text queries, supporting fuzzy, boolean, and geo search with BM25/TF-IDF relevance scoring.

Use cases

  • add full-text search to a php website
  • replace slow mysql LIKE queries with a proper search index
  • add search to a laravel app without running elasticsearch
  • implement fuzzy search-as-you-type suggestions
  • index and search a few hundred thousand records quickly
  • add geo-distance aware search to a php project

When to choose

  • you need search in a PHP project without deploying external services like Elasticsearch
  • your dataset is small to medium and a single-server index suffices
  • you want a Laravel Scout driver with minimal configuration

When to avoid

  • you need distributed, horizontally scalable search across many nodes
  • you need advanced features like aggregations, faceting, or real-time multi-tenant indexing
  • your stack is not PHP

Facets

library · maturity active

search-engine nlp web-development developer-tools php self-hosted full-text-search fuzzy-search laravel-scout sqlite bm25 geo-search stemming search

2 sources

Member repositories

RepositoryRoleHealth v2
teamtnt/tntsearchmain90
teamtnt/laravel-scout-tntsearch-driverplugin98

For agents

markdown · JSON · MCP: product_card(name="teamtnt/tntsearch")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem