DimazzzZ / protoc-gen-grpc-php

Protobuf gRPC Generator for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gRPC PHP Generator

Usage example:

docker run --rm -v `pwd`:/data \
    dimazzzz/protoc-gen-grpc-php \
    --proto_path=protofiles --php_out=out --grpc_out=out *.proto

About

Protobuf gRPC Generator for PHP


Languages

Language:Dockerfile 100.0%