Skip to content

koreginn/php-grpc-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

PHP-GRPC-Tools

Install

FROM koreginn/php-grpc-tools:1.0.0 AS grpc-tools

FROM php:8.3-alpine AS build

COPY --from=grpc-tools /usr/local/bin/grpc_php_plugin /usr/local/bin/
COPY --from=grpc-tools /usr/local/bin/protoc-gen-php-grpc /usr/local/bin/

Usage

protoc --proto_path=examples/protos \
  --php_out=examples/php/route_guide \
  --grpc_out=examples/php/route_guide \
  --plugin=protoc-gen-grpc=/usr/local/bin/grpc_php_plugin \
  ./examples/protos/route_guide.proto

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published