Download the PHP package thesis/grpc-server-reflection without Composer
On this page you can find all versions of the php package thesis/grpc-server-reflection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thesis/grpc-server-reflection
More information about thesis/grpc-server-reflection
Files in thesis/grpc-server-reflection
Download thesis/grpc-server-reflection
More information about thesis/grpc-server-reflection
Files in thesis/grpc-server-reflection
Vendor thesis
Package grpc-server-reflection
Short Description gRPC server reflection protocol implementation.
License MIT
Package grpc-server-reflection
Short Description gRPC server reflection protocol implementation.
License MIT
Please rate this library. Is it a good library?
Informations about the package grpc-server-reflection
gRPC server reflection protocol implementation
Installation
Usage
Reflection v1 only (registerV1)
Use this when you only need reflection v1.
Reflection v1 + v1alpha (registerV1Alpha)
Use this when you need both reflection endpoints: v1 and v1alpha (deprecated).
Why
Server Reflection lets gRPC clients discover services and schemas at runtime, without local .proto files.
This is useful for:
- ad-hoc debugging and smoke checks when proto files are not locally available;
- interactive API exploration;
- fast integration checks in CI and local development.
With reflection enabled you can use tools like grpcurl and grpcui.
grpcurl
grpcui
Then open the URL printed by grpcui in your browser.
All versions of grpc-server-reflection with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
amphp/amp Version ^3.1
thesis/googleapis-rpc-types Version ^0.1.6
thesis/grpc-client Version ^0.1.7
thesis/grpc-protocol Version ^0.1.6
thesis/grpc-server Version ^0.1.6
thesis/protobuf Version ^0.1.10
thesis/protoregistry Version ^0.1.2
amphp/amp Version ^3.1
thesis/googleapis-rpc-types Version ^0.1.6
thesis/grpc-client Version ^0.1.7
thesis/grpc-protocol Version ^0.1.6
thesis/grpc-server Version ^0.1.6
thesis/protobuf Version ^0.1.10
thesis/protoregistry Version ^0.1.2
The package thesis/grpc-server-reflection contains the following files
Loading the files please wait ...