Skip to content

Releases: mix-php/grpc

binary-210714

14 Jul 08:24
Compare
Choose a tag to compare

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

15 Apr 07:05
Compare
Choose a tag to compare

该版本包含 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