Read-only subtree split from
https://github.com/thesis-php/grpc.Do not open issues/PRs here. Use the monorepo:
Shared gRPC protocol runtime for PHP: framing, metadata, status/error model, and encoding/compression primitives used by client and server.
composer require thesis/grpc-protocolThis package is typically consumed transitively by:
thesis/grpc-clientthesis/grpc-server
You can also require it directly for shared runtime primitives:
- metadata and status context
- gRPC frame codec
- compression and encoding contracts