PHPackages                             umanit/sonata-admin-postgresql-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. umanit/sonata-admin-postgresql-search-bundle

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

umanit/sonata-admin-postgresql-search-bundle
============================================

Better search behaviour with Sonata admin and PostgreSQL

0.1(7y ago)32.5k1MITPHPPHP &gt;=5.6

Since Jun 15Pushed 7y ago4 watchersCompare

[ Source](https://github.com/umanit/sonata-admin-postgresql-search-bundle)[ Packagist](https://packagist.org/packages/umanit/sonata-admin-postgresql-search-bundle)[ Docs](https://github.com/umanit/sonata-admin-postgresql-search-bundle)[ RSS](/packages/umanit-sonata-admin-postgresql-search-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Umanit Sonata Admin PostgreSQL Search Bundle
============================================

[](#umanit-sonata-admin-postgresql-search-bundle)

This bundle overrides Sonata Admin search behaviour when using PostgreSQL. It makes all search **case insensitive** and **unaccented**.

Install
-------

[](#install)

Register the bundle to your `app/AppKernel.php`

```
    // ...
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Umanit\SonataAdminPostgreSQLSearchBundle\UmanitSonataAdminPostgreSQLSearchBundle(),
        ];
        // ...
    }
```

Create UNACCENT extension in your database.

```
CREATE EXTENSION IF NOT EXISTS UNACCENT;
```

That was it!

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

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

Unknown

Total

1

Last Release

2892d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/27f13221fde4957c93a4ed7293a6460272d626e53df227e3aae4f35aa9289e69?d=identicon)[DjLeChuck](/maintainers/DjLeChuck)

---

Top Contributors

[![artggd](https://avatars.githubusercontent.com/u/1837559?v=4)](https://github.com/artggd "artggd (1 commits)")

---

Tags

symfonydoctrinepostgresqlsonatasonataAdmin

### Embed Badge

![Health badge](/badges/umanit-sonata-admin-postgresql-search-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/umanit-sonata-admin-postgresql-search-bundle/health.svg)](https://phpackages.com/packages/umanit-sonata-admin-postgresql-search-bundle)
```

###  Alternatives

[sonata-project/doctrine-orm-admin-bundle

Integrate Doctrine ORM into the SonataAdminBundle

46117.7M155](/packages/sonata-project-doctrine-orm-admin-bundle)[fresh/doctrine-enum-bundle

Provides support of ENUM type for Doctrine2 in Symfony applications.

4636.8M12](/packages/fresh-doctrine-enum-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.

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)[goodwix/doctrine-json-odm

JSON Object-Document Mapping bundle for Symfony and Doctrine

2226.0k](/packages/goodwix-doctrine-json-odm)

PHPackages © 2026

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