We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PHP Generator plugin for protoc
protoc
You need build and install protoc-gen-php when generating message from .proto file.
protoc-gen-php
.proto
cd contrib mkdir build && cd build && cmake .. cmake --build . sudo cmake --build . --target install