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
Requires
- php: >=8.1
 - amphp/amp: ^v3.0.0
 - amphp/byte-stream: ^v2.0.0
 - psr/log: ^3.0
 
Requires (Dev)
- phpstan/phpstan: ^1.4
 - phpstan/phpstan-strict-rules: ^1.1
 - phpunit/phpunit: ^9.5
 - squizlabs/php_codesniffer: ^3.6
 
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