Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5987451
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:49:00+00:00 2026-05-22T22:49:00+00:00

What are the avaliable libraries for using protobuf in PHP?

  • 0

What are the avaliable libraries for using protobuf in PHP?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T22:49:01+00:00Added an answer on May 22, 2026 at 10:49 pm

    Protocol_Buffer_for_PHP

    Last updated in May 2009

    Implementing the Google “Protocol Buffer” for PHP, include parsing …

    Issue list: http://code.google.com/p/pb4php/issues/list

    Protobuf-PHP

    Last updated in April 2011

    Protobuf for PHP is an implementation of Google’s Protocol Buffers for the PHP language, supporting its binary data serialization and including a protoc plugin to generate PHP classes from .proto files.

    Great effort has been put into generating PHP files that include all sort of type hints to aide IDE’s with autocompletion. Therefore, it can not only be used to communicate with Protocol Buffers services but also as a generation tool for data objects no matter what the final serialization is.

    Example:

    $person = new Tutorial\Person();
    $person->name = 'DrSlump';
    $person->setId(12);
    
    $book = new Tutorial\AddressBook();
    $book->addPerson($person);
    
    // Use default codec
    $data = $book->serialize();
    
    // Use custom codec
    $codec = new \DrSlump\Protobuf\Codec\Binary();
    $data = $codec->encode($book);
    // ... or ...
    $data = $book->serialize($codec);
    

    protoc-gen-php

    Last updated December 05, 2010

    This is a PHP Google Protocol Buffer Generator Plugin for protoc. It generates PHP code from a .proto file.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Any GOOD libraries available to access SVN from .net application (using C#). The only
Using Amazon's own client libraries (or alternatives ), you can get listings of available
Are there any decent PHP libraries available for accessing SVN repositories? Right now I
I'm using WPF, VS2010 and VS2008 Are these libraries available with Silverlight only? Is
Are there any publicly available libraries or APIs out there on Ubuntu that allow
Do .net applications run on linux? Are there any free/paid interop libraries available ?
What libraries are available for writing xml-rpc clients in native C++ or C?
According to http://msdn.microsoft.com/en-us/library/aa916070.aspx (DnsQuery_W), DNS query libraries are available on Windows Mobile / CE
Are there any libraries or resources available for parsing/reading an archived eventlogs?
Is there a convenience method available in the java standard libraries to check whether

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.