flow-php / postgresql
Flow PHP - PostgreSQL Client Library
0.33.0
2026-03-04 21:47 UTC
Requires
- php: ~8.3.0 || ~8.4.0 || ~8.5.0
- flow-php/telemetry: 0.33.0
- google/protobuf: ^4.0
- psr/clock: ^1.0
Requires (Dev)
- ext-pg_query: *
- ext-pgsql: *
Suggests
- ext-pg_query: Required for QueryBuilder and Parser functionality (SQL parsing, AST manipulation)
- ext-pgsql: Required for Client functionality (database connections, query execution)
- ext-protobuf: For faster protobuf parsing performance
README
This package provides PHP Client for PostgreSQL that includes powerful parser and query builder.
Important
This repository is a subtree split from our monorepo. If you'd like to contribute, please visit our main monorepo flow-php/flow.
- 📜 Documentation
- ➡️ Installation
- 🛠️ Contributing
- 🚧 Upgrading