flow php

Symfony PostgreSQL Bundle

Composer

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

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


Contributors

Join us on GitHub external resource
scroll back to top