Libraries tagged by trigram
ashiqfardus/laravel-fuzzy-search
3181 Downloads
A powerful, zero-config fuzzy search package for Laravel with fluent API
ols/php-fts
21 Downloads
A self-contained full-text search engine in pure PHP. No extensions, no external services, no dependencies. Trigram indexing, BM25+IDF scoring, filters. Ideal for shared hosting and small VPS.
jonaspauleta/scout-postgres
2368 Downloads
Native Postgres full-text search + pg_trgm engine for Laravel Scout.
vortos/vortos-search
1252 Downloads
Vortos Search — enterprise-grade, event-fed unified global search. One tenant-scoped, RLS-isolated search_document projection fed from domain events via a discoverable SearchableProjection contract (add a type = add one class). Database-agnostic driver abstraction (portable LIKE default, opt-in Postgres full-text + trigram fuzzy), permission- and owner-aware ranked query, Redis-cached, with backfill/rebuild. The app owns what is searchable and where results deep-link; the framework owns the engine.
provydon/laravel-pgsearch
4316 Downloads
PostgreSQL-friendly search for Eloquent (ILIKE + normalization; optional FTS/trigram later).
vuthaihoc/scout-crdb-driver
99 Downloads
A Laravel Scout engine for CockroachDB with support for full-text, trigram, fuzzy, prefix and exact search strategies.
larasup/search
122 Downloads
Typo-tolerant fuzzy search for Eloquent models, backed by PostgreSQL pg_trgm and ranked by similarity. Optionally joins larasup/localization to search every language at once.
codiliateur/text-similarity
8073 Downloads
Phrase similarity identification functions based on the trigram algorithm
maturest/trigram
145 Downloads
a trigram module for laravel app