php-grpc-client-generator

时间:2021-05-09 03:54:05
【文件属性】:
文件名称:php-grpc-client-generator
文件大小:13KB
文件格式:ZIP
更新时间:2021-05-09 03:54:05
php protobuf grpc PHP PHP GRPC客户端生成器 该util为protoc-gen-php生成的客户端类生成包装器。 原始文件示例 syntax = "proto3"; package beget.hello; service Greeter { rpc SayHello (HelloRequest) returns (HelloReply) {} } message HelloRequest { string name = 1; } message HelloReply { string message = 1; } 用法 protoc-gen-php -Dmultifile -i ../protos/ -o . ../protos/hello.proto ini_set('xdebug.max_nesting_level', 3000); use LTDBeget\util\PhpGrpcCl
【文件预览】:
php-grpc-client-generator-master
----src()
--------PhpGeneratorException.php(199B)
--------simple()
--------PhpGenerator.php(11KB)
----README.md(1KB)
----.gitignore(26B)
----composer.json(509B)

网友评论