% go run server/server.go
% go run clients/go/client.go
2020/07/15 22:56:51 name:hello,golang grpc,message:call ok
% cd clients/php
% composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
% cd ../../
% php clients/hello_client.php daheige
check App\Grpc\GPBMetadata\Hello\HelloReq exist
bool(true)
status code: 0
name:hello,daheige
call ok