flow-php / postgresql
Flow PHP - PostgreSQL Client Library
Fund package maintenance!
norberttech
flow-php.com/sponsor
Installs: 8
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/flow-php/postgresql
Requires
- php: ~8.3.0 || ~8.4.0 || ~8.5.0
- flow-php/types: 0.29.0
- google/protobuf: ^4.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