spiral-modules / php-grpc

:electric_plug: Fast and furious GRPC server for PHP applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

option php_namespace and php_metadata_namespace support in proto file

jainpiyush19 opened this issue · comments

Are the option php_namespace and php_metadata_namespace supported in proto files while generating php code.

We do not support this option yet. php_metadata_namespace should already be working since it's driven by default php compiler provided by GRPC.

Fixed in 1.0.2