The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/

13 lines
176 B

{
"name": "grpc-php/echo-example",
"require": {
"grpc/grpc": "^v1.22.0",
"google/protobuf": "^3.7.0"
},
"autoload": {
"psr-4": {
"": "./"
}
}
}