PHPackages                             bambi/bambi-postgres-text-search-bundle - 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. [Database &amp; ORM](/categories/database)
4. /
5. bambi/bambi-postgres-text-search-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

bambi/bambi-postgres-text-search-bundle
=======================================

Symfony bundle that integrates PostgreSQL text search features.

v0.0.6(3y ago)065MITPHPPHP &gt;=7.4

Since Apr 9Pushed 3y ago2 watchersCompare

[ Source](https://github.com/bambi42/BambiPostgresTextSearchBundle)[ Packagist](https://packagist.org/packages/bambi/bambi-postgres-text-search-bundle)[ RSS](/packages/bambi-bambi-postgres-text-search-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

BambiPostgresTextSearchBundle
=============================

[](#bambipostgrestextsearchbundle)

Symfony bundle that integrates [PostgreSQL](https://www.postgresql.org/)full-text search functionality in [Api-Platform](https://api-platform.com/).

This bundle has been developed for and tested with PostgreSQL 12.

### Work in Progress!

[](#work-in-progress)

**This bundle is still in a very early stage of development.**

---

### Installation

[](#installation)

`composer require bambi/bambi-postgres-text-search-bundle`

### Basic Usage

[](#basic-usage)

```
namespace App\Entity;

class Author
{
    private string $name;

    ...
}

class Book
{
    private string $name;
    private string $isbn;
    private Author $author;

    ...
}
```

```

            name
            isbn

            author.name

        postgres_text_search
        'german'
        true

```

Bear in mind that the value for *postgresTsConfigString* is directly passed on to your Postgres Database. Don't forget Quotes if you want to pass a literal value (*'german'* instead of *german*)

```

            GET
            ...

                app.book.text_search_match_filter

```

You can access this filter via: `GET /api/books?postgres_text_search=QUERY_STRING`

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~106 days

Recently: every ~132 days

Total

6

Last Release

1333d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab756a0f22f97cb4d8fdef52eb3ebdbda41f7fe9786c901ce2fc4fc20793ebe0?d=identicon)[bambi](/maintainers/bambi)

---

Top Contributors

[![bambi42](https://avatars.githubusercontent.com/u/24526321?v=4)](https://github.com/bambi42 "bambi42 (13 commits)")

### Embed Badge

![Health badge](/badges/bambi-bambi-postgres-text-search-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/bambi-bambi-postgres-text-search-bundle/health.svg)](https://phpackages.com/packages/bambi-bambi-postgres-text-search-bundle)
```

###  Alternatives

[hautelook/alice-bundle

Symfony bundle to manage fixtures with Alice and Faker.

19519.4M34](/packages/hautelook-alice-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[bolt/core

🧿 Bolt Core

585142.5k54](/packages/bolt-core)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1022.4k](/packages/rcsofttech-audit-trail-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

813.1k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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