php-pg/pgproto3

Is an encoder and decoder of the PostgreSQL wire protocol version 3

Maintainers

Package info

github.com/php-pg/pgproto3

pkg:composer/php-pg/pgproto3

Statistics

Installs: 69

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.0.9 2022-02-11 19:56 UTC

This package is auto-updated.

Last update: 2026-03-12 04:58:55 UTC


README

Package pgproto3 is an encoder and decoder of the PostgreSQL wire protocol version 3.

pgproto3 can be used as a foundation for PostgreSQL drivers, proxies, mock servers, load balancers and more.

Inspired by Golang package jackc/pgproto3