目录

Mac环境安装grpc的php客户端

1
2
3
4
pecl install grpc
pecl install protobuf
php -m | grep grpc
php -m | grep protobuf

安装超好用的grpc客户端EVANS

https://github.com/ktr0731/evans

./images/img.png ./images/evans1.gif

安装

1
2
brew tap ktr0731/evans
brew install evans