Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 802 Bytes

File metadata and controls

32 lines (22 loc) · 802 Bytes
package flow-php/postgresql
seo_title Installing PostgreSQL Library
seo_description How to install flow-php/postgresql in your PHP project using Composer.

PostgreSQL Library

[PACKAGE_NAV:install]

[TOC]

Composer

composer require flow-php/postgresql:~--FLOW_PHP_VERSION--

Core Dependencies

Suggested Extensions

  • ext-pgsql — required for Client, database connections and query execution (bundled with PHP, enable via your system package manager)
  • ext-protobuf — for faster protobuf parsing performance (bundled with PHP, enable via your system package manager)
# Required for QueryBuilder/Parser - SQL parsing and AST manipulation
pie install flow-php/pg-query-ext