Libraries tagged by bm25f
ols/php-fts
26 Downloads
A self-contained full-text search engine in pure PHP. No extensions, no external services, no dependencies. Typo-tolerant word search with BM25F scoring, filters and facets, in twenty-six scripts. Ideal for shared hosting and small VPS.
teamtnt/tntsearch
3375070 Downloads
A fully featured full text search engine written in PHP
ashiqfardus/laravel-fuzzy-search
3665 Downloads
A powerful, zero-config fuzzy search package for Laravel with fluent API
ezimuel/phpvector
192 Downloads
A vector database in PHP implementing HNSW for approximate nearest-neighbor search and BM25 for hybrid full-text + vector retrieval.
survos/search-bundle
891 Downloads
First-party Symfony search kernel and faceted UX with field-driven Doctrine, Meilisearch, Algolia, SQLite FTS5, PostgreSQL BM25, and Elasticsearch adapters.
opensolr/laravel-scout-opensolr
65 Downloads
Laravel Scout driver for Opensolr — managed Apache Solr with server-side embeddings and hybrid BM25+kNN search
mauricioperera/php-vector-store
24 Downloads
Zero-dependency PHP vector database with BM25, hybrid search, Matryoshka, IVF indexing, and Int8 quantization
semhoun/neuron-paradedb
5 Downloads
ParadeDB vector and BM25 hybrid retrieval for Neuron AI
moaines/illumi-search
30 Downloads
Plug-and-play full-text search for Laravel — SQLite FTS5, MySQL FULLTEXT, PostgreSQL tsvector, FileEngine. Same API, zero config. BM25 ranking, CJK/RTL, boolean operators, spellcheck, multi-tenant, REST API. 810 tests, 4 engines.
besnovatyj/yii2-cms-search-tnt
5 Downloads
Ядро сквозного поиска на TNTSearch для Yii2 CMS: полнотекстовый индекс BM25 со стеммингом русского и поиском с опечатками, размещённый в базе проекта. Подключается к фасаду besnovatyj/yii2-cms-search, отдельного демона не требует.
jundayw/laravel-bm25
8 Downloads
bm25 is an algorithm used to evaluate the correlation between search terms and documents. It is an algorithm based on a probabilistic retrieval model.
rf1705/tntsearch
6878 Downloads
A fully featured full text search engine written in PHP
onstage2426/fuzor
118 Downloads
Dependency-free full-text search for PHP. BM25 ranking, fuzzy and boolean modes, search-as-you-type prefix matching, stopword filtering and Snowball stemming for 62 languages, snippet extraction and result highlighting — one SQLite file, zero infrastructure.
mtk3d/scout-sqlite-fts5
2 Downloads
Laravel Scout driver for SQLite full-text search. Indexes your Eloquent models in SQLite FTS5 virtual tables with BM25 ranking and typo-tolerant matching, with no search service to run.
mauricioperera/php-agent-memory
2 Downloads
Agentic memory system for AI agents with dream consolidation — built on php-vector-store