Skip to content
Shuhei Tanuma edited this page Jun 19, 2013 · 30 revisions

Welcome to the php-protocolbuffers wiki!

Objective

provides Fast and Robust protocol buffers serializer / deserializer to PHP

Status

Alpha Development:

this ext may encode / decode unwanted result. so you should check with other pb implementation (c++, java, python) before playing this ext.

choosing serialization format in php

img

Known Issues

  • 64bit types are disabled on 32bit platform. it will support with ProtocolBuffers\Int64 class or string foreseeable future.
  • extensions does not support yet

Clone this wiki locally