thesis/grpc-protocol

Shared gRPC protocol runtime for PHP: framing, metadata, status/error model, and encoding/compression primitives used by client and server.

Maintainers

Package info

github.com/thesis-php/grpc-protocol

pkg:composer/thesis/grpc-protocol

Fund package maintenance!

www.tinkoff.ru/cf/5MqZQas2dk7

Statistics

Installs: 3

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.5 2026-04-10 12:26 UTC

This package is auto-updated.

Last update: 2026-04-10 14:35:54 UTC


README

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.

Contents

Installation

composer require thesis/grpc-protocol

Usage

This package is typically consumed transitively by:

  • thesis/grpc-client
  • thesis/grpc-server

You can also require it directly for shared runtime primitives:

  • metadata and status context
  • gRPC frame codec
  • compression and encoding contracts