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

Welcome to the php-protocolbuffers wiki!

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
  • string does not check utf8 encodings.
  • many many things.