/ProtoGenerator

Automatically generate the `php`, `java`, `objc` classes by the proto files of google's protocol buffer.

Primary LanguagePHPMIT LicenseMIT

ProtoGenerator

Automatically generate the php, java, objc classes from the proto files given as Google's protocol buffer.

Overview

ProtoGenerator, protocol buffer协议生成器, 支持一键生成java/objc/php三种形式代码. 输入目录proto_def, 输出目录proto_gen.

Generate

$ php gen.php

Credits

Google Protocol Buffers, Objective C

Google Protocol Buffers, PHP

Google Protocol Buffers

  • Kenton Varda, Sanjay Ghemawat, Jeff Dean, and others