mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
324 B
18 lines
324 B
10 years ago
|
{
|
||
|
"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",
|
||
|
"google/auth": "dev-master"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Grpc\\": "src/php/lib/Grpc/"
|
||
|
}
|
||
|
}
|
||
|
}
|