Skip to content

Latest commit

 

History

History

protobuf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Protocol Buffers Code Generator

This is a code generator for the Protocol Buffers serialization format.
It generates code in the target language of your choice from a .proto file.

Usage

$ protoc --proto_path=protobuf --php_out=src protobuf/actor.proto
$ protoc --proto_path=protobuf --php_out=src protobuf/router.proto