php-pg/pgproto3

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

Installs: 66

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/php-pg/pgproto3

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

This package is auto-updated.

Last update: 2025-10-12 04:08:51 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