PHPackages                             bolt/tnt-search-engine - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. bolt/tnt-search-engine

ActiveBolt-extension[Search &amp; Filtering](/categories/search)

bolt/tnt-search-engine
======================

A search engine for Bolt using TNTSearch

0.2.5(3y ago)64892[1 issues](https://github.com/bolt/tnt-search-engine/issues)MITPHPPHP &gt;=7.2.9

Since Dec 6Pushed 3y ago2 watchersCompare

[ Source](https://github.com/bolt/tnt-search-engine)[ Packagist](https://packagist.org/packages/bolt/tnt-search-engine)[ RSS](/packages/bolt-tnt-search-engine/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

TNT Search Engine extension
===========================

[](#tnt-search-engine-extension)

Author: Ivo Valchev

A search engine for Bolt using TNTSearch

What does it do?
----------------

[](#what-does-it-do)

More intuitive, fuzzy search.

For example, a page has the following title: `Oranges and apples are healty`

By default, the following searches will show up the page as a result:

KeywordBolt naive searchWith this extensionOranges✅✅oranges✅✅orangse❌✅oranges and apples✅✅apples and oranges❌✅appels and orangse❌✅healthy apples❌✅healthy fruit❌✅Installation
------------

[](#installation)

```
composer require bolt/tnt-search-engine
```

Generate the index
------------------

[](#generate-the-index)

For the search to work, TNTSearch requires an index of all relevant data that will be used for the search. The extension provides several ways to (re-)generate the index:

### Console command

[](#console-command)

```
php bin/console tnt-search:generate

```

### Controller-activated

[](#controller-activated)

You can (re-)generate the index by making a request to `/bolt/tnt-search/generate`.

Configuration
-------------

[](#configuration)

You can alter the how the search works in `config/extensions/bolt-tntsearch.yaml`.

Running PHPStan and Easy Codings Standard
-----------------------------------------

[](#running-phpstan-and-easy-codings-standard)

First, make sure dependencies are installed:

```
COMPOSER_MEMORY_LIMIT=-1 composer update

```

And then run ECS:

```
vendor/bin/ecs check src

```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~44 days

Total

7

Last Release

1393d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1835343?v=4)[Bob van de Vijver](/maintainers/bobvandevijver)[@bobvandevijver](https://github.com/bobvandevijver)

![](https://avatars.githubusercontent.com/u/3901745?v=4)[Tobias Feijten](/maintainers/tobias-93)[@tobias-93](https://github.com/tobias-93)

![](https://www.gravatar.com/avatar/78ae1389d35ad7a4cda25bce02c73b64994823df39bc8bd023eea17dd4a54dc9?d=identicon)[I-Valchev](/maintainers/I-Valchev)

---

Top Contributors

[![I-Valchev](https://avatars.githubusercontent.com/u/7093518?v=4)](https://github.com/I-Valchev "I-Valchev (7 commits)")[![bobdenotter](https://avatars.githubusercontent.com/u/1833361?v=4)](https://github.com/bobdenotter "bobdenotter (6 commits)")[![nestordedios](https://avatars.githubusercontent.com/u/6607455?v=4)](https://github.com/nestordedios "nestordedios (2 commits)")

###  Code Quality

Code StyleECS

### Embed Badge

![Health badge](/badges/bolt-tnt-search-engine/health.svg)

```
[![Health](https://phpackages.com/badges/bolt-tnt-search-engine/health.svg)](https://phpackages.com/packages/bolt-tnt-search-engine)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
