Show HN: PHP-fts – Full-text search engine in pure PHP, no extensions
Summary
This article introduces php-fts, a self-contained, no-dependency full-text search engine written in pure PHP. It offers BM25 + IDF scoring, trigram indexing, field boosting, filters, and bulk operations, making it suitable for SMB PHP apps that need in-process search without external services.