Download the PHP package marko/docs-fts without Composer
On this page you can find all versions of the php package marko/docs-fts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download marko/docs-fts
More information about marko/docs-fts
Files in marko/docs-fts
Package docs-fts
Short Description FTS5 lexical search driver for Marko documentation
License MIT
Informations about the package docs-fts
marko/docs-fts
FTS5 lexical documentation search driver for Marko — fast, dependency-free full-text search over Marko docs.
Overview
marko/docs-fts implements DocsSearchInterface using SQLite's built-in FTS5 engine. It indexes the canonical documentation from marko/docs-markdown into a local SQLite database and answers queries with ranked keyword results. No external services, no model downloads — just SQLite. Use this driver when you want fast, lightweight search without semantic ranking.
Installation
Usage
Build the search index (run once, re-run after updating marko/docs-markdown):
The index is written to .marko/docs-fts.sqlite. Once built, search is available automatically through the DocsSearchInterface binding and via marko/mcp's search_docs tool.
API Reference
FtsSearch::search(string $query, int $limit = 20)— BM25-ranked keyword searchmarko docs-fts:build— Build or rebuild the FTS5 index
Documentation
Full configuration and usage: marko/docs-fts
All versions of docs-fts with dependencies
ext-pdo_sqlite Version *
marko/cli Version self.version
marko/core Version self.version
marko/docs Version self.version
marko/docs-markdown Version self.version