flow-php / postgresql
Flow PHP - PostgreSQL Client Library
0.34.3
2026-03-27 20:28 UTC
Requires
- php: ~8.3.0 || ~8.4.0 || ~8.5.0
- flow-php/telemetry: 0.34.3
- 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
A PHP client for PostgreSQL featuring a powerful SQL parser and query builder for constructing type-safe queries programmatically.
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