| package | flow-php/symfony-postgresql-bundle |
|---|---|
| seo_title | Installing Symfony PostgreSQL Bundle |
| seo_description | How to install flow-php/symfony-postgresql-bundle in your PHP project using Composer. |
[PACKAGE_NAV:install]
[TOC]
composer require flow-php/symfony-postgresql-bundle:~--FLOW_PHP_VERSION--- flow-php/postgresql
- flow-php/filesystem
- symfony/config
- symfony/console
- symfony/dependency-injection
- symfony/http-kernel
- twig/twig
ext-pgsql— required for database connections and query executionext-pg_query— required for schema diffing (migrations:diff), SQL parsing and AST manipulationext-protobuf— significantly faster protobuf deserialization forext-pg_queryAST parsing (without it, the slower userlandgoogle/protobufpackage is used)
- flow-php/symfony-postgresql-messenger-bridge — for Symfony Messenger PostgreSQL transport support (replaces
symfony/doctrine-messenger) - flow-php/symfony-postgresql-cache-bridge — for Symfony Cache PostgreSQL adapter support (replaces
symfony/doctrine-dbal-adapter) - flow-php/symfony-postgresql-session-bridge — for Symfony Session PostgreSQL handler support (replaces
PdoSessionHandler) - flow-php/symfony-telemetry-bundle — for telemetry integration (distributed tracing, metrics, logging)