1tomany/postgres-bundle

Symfony bundle that enhances Postgres for Doctrine

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/1tomany/postgres-bundle

v0.0.3 2026-02-20 19:22 UTC

This package is auto-updated.

Last update: 2026-02-20 19:22:45 UTC


README

This package enhances Postgres for Doctrine.

Installation

Install the bundle using Composer:

composer require 1tomany/postgres-bundle

Configuration

This bundle is automatically configured to work with the default Doctrine DBAL connection. To change the default configuration, create a file named postgres.yaml in config/packages/ with the following contents and adjust accordingly:

postgres:
    advisory_lock_manager:
        connection: 'doctrine.dbal.default_connection'

    middleware:
        time_zone: 'UTC'

Credits

License

The MIT License