Mix Php Grpc Versions Save

PHP gRPC based on Swoole coroutine, including protoc code generator, server, and client / 基于 Swoole 协程的 PHP gRPC 库,包含 protoc 代码生成器、服务器、客户端

binary-210714

2 years ago

protoc_mix_plugin.zip 包含 proto 相关的 2 个编译好的代码生成工具

  • protoc-3.11.4

安装:

  • linux/macOS: 解压后将文件复制到 /usr/local/bin 目录
  • win: 解压后将文件复制的 C:\Windows\System32 目录

使用:

protoc --php_out=. --mix_out=. greeter.proto

binary-200415

4 years ago

该版本包含 proto 相关的 2 个编译好的代码生成工具

  • protoc-3.11.4

安装:

  • Linux/MacOS: 解压后将文件复制到 /usr/local/bin 目录
  • Win: 解压后将文件复制的 C:\Windows\System32 目录

使用:

  • Linux/MacOS
protoc --php_out=. --mix_out=. greeter.proto
  • Win
protoc.exe --php_out=. --mix_out=. greeter.proto