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.
$ protoc --proto_path=protobuf --php_out=src protobuf/actor.proto
$ protoc --proto_path=protobuf --php_out=src protobuf/router.proto