The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
21 lines
403 B
21 lines
403 B
{ |
|
"name": "grpc/grpc", |
|
"type": "library", |
|
"description": "gRPC library for PHP", |
|
"keywords": ["rpc"], |
|
"homepage": "http://grpc.io", |
|
"license": "BSD-3-Clause", |
|
"require": { |
|
"php": ">=5.5.0", |
|
"ext-grpc": "*", |
|
"google/protobuf": "v3.1.0-alpha-1" |
|
}, |
|
"require-dev": { |
|
"google/auth": "v0.9" |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Grpc\\": "src/php/lib/Grpc/" |
|
} |
|
} |
|
}
|
|
|