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
Requires
- php: >=8.4
- doctrine/dbal: ^4.4
- doctrine/orm: ^3.6
- symfony/config: ^7.2|^8.0
- symfony/dependency-injection: ^7.2|^8.0
- symfony/http-kernel: ^7.2|^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.93
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.5
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