PHPackages                             programmatically/doctrine-postgres-schema-extra-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. programmatically/doctrine-postgres-schema-extra-bundle

ActiveLibrary[Database &amp; ORM](/categories/database)

programmatically/doctrine-postgres-schema-extra-bundle
======================================================

1.0.3(4mo ago)2178MITPHPPHP ^8.3CI passing

Since Nov 25Pushed 4mo agoCompare

[ Source](https://github.com/programmatical-ly/doctrine-postgres-schema-extra-bundle)[ Packagist](https://packagist.org/packages/programmatically/doctrine-postgres-schema-extra-bundle)[ RSS](/packages/programmatically-doctrine-postgres-schema-extra-bundle/feed)WikiDiscussions main Synced 1mo ago

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

Doctrine Postgres Schema Extra Bundle
=====================================

[](#doctrine-postgres-schema-extra-bundle)

A Symfony bundle to make working with Postgres easier. Removes the annoying schema change in migrations, as well as provide a way to ignore manually created indices from migrations

Installation
------------

[](#installation)

```
composer require programmatically/doctrine-postgres-schema-extra-bundle
```

Add configuration:

```
# config/packages/doctrine.yaml
doctrine:
    dbal:
        platform_service: 'Programmatically\DoctrinePostgresSchemaExtraBundle\Doctrine\CustomPostgreSQLPlatformService'
        schema_manager_factory: 'doctrine.dbal.default_schema_manager_factory'
```

To ignore indices (optional), add the following configuration:

```
# config/packages/doctrine_postgres_schema_extra.yaml
doctrine_postgres_schema_extra:
    ignored_index:
        - name of the index
```

Contributions
-------------

[](#contributions)

Contributions are welcome! Please submit issues and pull requests to the GitHub repository.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance76

Regular maintenance activity

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

Total

4

Last Release

129d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/70618696?v=4)[Brendan Schlosser](/maintainers/brensch)[@brensch](https://github.com/brensch)

---

Top Contributors

[![baldurrensch](https://avatars.githubusercontent.com/u/871417?v=4)](https://github.com/baldurrensch "baldurrensch (11 commits)")

---

Tags

doctrinemigrationspostgressymfony

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/programmatically-doctrine-postgres-schema-extra-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/programmatically-doctrine-postgres-schema-extra-bundle/health.svg)](https://phpackages.com/packages/programmatically-doctrine-postgres-schema-extra-bundle)
```

###  Alternatives

[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[bartlett/php-compatinfo-db

Reference Database of all functions, constants, classes, interfaces on PHP standard distribution and about 110 extensions

1183.0k1](/packages/bartlett-php-compatinfo-db)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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