Automatically generate the php
, java
, objc
classes from the proto files given as Google's protocol buffer.
ProtoGenerator, protocol buffer协议生成器, 支持一键生成java/objc/php三种形式代码. 输入目录proto_def, 输出目录proto_gen.
$ php gen.php
- chapados (https://github.com/booyah/protobuf-objc)
- yuangu (https://github.com/yuangu/pb4php)
- Kenton Varda, Sanjay Ghemawat, Jeff Dean, and others