Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.11 KB

File metadata and controls

41 lines (30 loc) · 2.11 KB
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.

Symfony PostgreSQL Bundle

[PACKAGE_NAV:install]

[TOC]

Composer

composer require flow-php/symfony-postgresql-bundle:~--FLOW_PHP_VERSION--

Core Dependencies

Recommended Extensions

  • ext-pgsql — required for database connections and query execution
  • ext-pg_query — required for schema diffing (migrations:diff), SQL parsing and AST manipulation
  • ext-protobuf — significantly faster protobuf deserialization for ext-pg_query AST parsing (without it, the slower userland google/protobuf package is used)

Suggested Dependencies