Skip to content

Generator for `hyperf/roc` and `hyperf/rpc-multiplex`.

License

Notifications You must be signed in to change notification settings

hyperf/roc-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROCGenerator

如何使用

本地必须安装 protoc 脚本

PHP

  • 使用源码
cd ./php
php -dphar.readonly=Off main.php phar:build -b main.php --name roc.phar
php roc.phar gen:roc example.proto
  • 使用打包好的二进制文件
wget https://github.com/hyperf/roc-generator/releases/download/v0.1.0/roc-php_8.1_macos.x86_64
mv roc-php_8.1_macos.x86_64 /usr/local/bin/roc-php
roc-php gen:roc example.proto