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 2w 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

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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

1425d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/176003?v=4)[bambi](/maintainers/bambi)[@Bambi](https://github.com/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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M430](/packages/easycorp-easyadmin-bundle)[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.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.4k1](/packages/kimai-kimai)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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