grpc-kv-examples
2025-11-08
Generate PHP protobuf stubs and fix namespace imports
8 files · 330+ · 7-
PHP protobuf code generation and namespace fix
7 files changed
Kv.phpGenerated protobuf metadata class for kv.protoGetRequest.phpGenerated GetRequest message classGetResponse.phpGenerated GetResponse message classKVClient.phpGenerated KV gRPC client stubPBEmpty.phpGenerated Empty message classPutRequest.phpGenerated PutRequest message classphp-kv-client.phpFixed namespace from Proto backslash KV to Proto with manual require statements
- Generated all PHP protobuf classes from kv.proto and fixed the client to use correct namespace paths with manual requires, resolving autoloading issues.
remediate
behavioral
2 files
php-kv-client.phpKVClient.php