Skip to content

thesis-php/grpc-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thesis/grpc-protocol

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Generated from thesis-php/template