mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
20 lines
384 B
20 lines
384 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", |
|
"stanley-cheung/protobuf-php": "v0.6" |
|
}, |
|
"require-dev": { |
|
"google/auth": "v0.9" |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Grpc\\": "src/php/lib/Grpc/" |
|
} |
|
} |
|
}
|
|
|