Skip to content
Shuhei Tanuma edited this page May 18, 2013 · 30 revisions

Welcome to the php-protocolbuffers wiki!

php-protocol buffers is C++ extension for PHP.

Objective

provides Fast and Robust protocol buffers serializer / deserializer to PHP

Status

Under Development

Known Issues

  • 64bit types are disabled on 32bit platform. it will support with ProtocolBuffers\Int64 class foreseeable future.
  • extensions does not support yet
  • Unknown fields does not support yet
  • crush when passing illegal bytes
  • packed attributed does not support yet
  • many many things.
Clone this wiki locally