The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
20 lines
412 B
20 lines
412 B
{ |
|
"name": "grpc/grpc-dev", |
|
"description": "gRPC library for PHP - for Development use only", |
|
"license": "Apache-2.0", |
|
"version": "1.29.1", |
|
"require": { |
|
"php": ">=5.5.0", |
|
"google/protobuf": "^v3.3.0" |
|
}, |
|
"require-dev": { |
|
"google/auth": "^v1.3.0" |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Grpc\\": "lib/Grpc/", |
|
"": ["tests/interop/", |
|
"tests/generated_code/"] |
|
} |
|
} |
|
}
|
|
|