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.php Generated protobuf metadata class for kv.proto
  • GetRequest.php Generated GetRequest message class
  • GetResponse.php Generated GetResponse message class
  • KVClient.php Generated KV gRPC client stub
  • PBEmpty.php Generated Empty message class
  • PutRequest.php Generated PutRequest message class
  • php-kv-client.php Fixed 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.php
    • KVClient.php