Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Anthony Yeh 5e471f85da php: Generate protos that work with Autoloading Standard (PSR-4). 2016-01-21 17:58:37 -08:00
Anthony Yeh 956f1c7656 php: Regenerate protos. 2015-10-27 13:51:25 -07:00
Anthony Yeh 71d05bc6a8 php/proto: Rename identifiers that are PHP keywords. 2015-10-07 13:17:32 -07:00
Anthony Yeh 65d6dbb082 php: Generate gRPC service stubs from protobuf.
I followed the instructions here:

http://www.grpc.io/docs/installation/php.html

Then used the protoc-gen-php built in that process to generate stubs for
our protos.
2015-09-25 16:31:27 -07:00
Anthony Yeh 58022fd9d4 php: Proof-of-concept protobuf generation.
There is no proto3 compiler for PHP yet, but the wire format of proto3
is backward-compatible with proto2. To avoid maintaining two copies of
our proto files, we use a translator to make the simple syntax changes
necessary to work in PHP's proto2 compiler.

Service stubs are not generated, since I haven't plugged in gRPC yet.
2015-09-25 12:02:13 -07:00