Skip to content
Search

Symfony PostgreSQL Bundle

Composer

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

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

Found a typo or an outdated section? Edit this page on GitHub


Contributors

Built in the open.

Join us on GitHub
scroll back to top