Skip to content

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

About

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

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors