php-protocolbuffers

PECL ProtocolBuffers

  • Owner: chobie/php-protocolbuffers
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

php-protocolbuffers Build Status

Objective

php-protocolbuffers provides full protocol buffers features into PHP.

Status

Alpha (considering phpish API design)

Requirements

  • PHP5.3 higher

PHP5.2 is limited support (can't use ProtocolBuffers\Message::parseFromString(). you have to encode / decode via ProtocolBuffers methods).

  • Google's protoc compiler version 2.3 or above ¹

¹Only needed for generate classes from .proto file.

Install

git clone https://github.com/chobie/php-protocolbuffers.git
cd php-protocolbuffers
phpize
./configure
make
make install
# please add following line to your php.ini
# extension=protocolbuffers.so

protoc-gen-php is related project (https://github.com/chobie/protoc-gen-php).
you need this when you generate message from .proto file.

More information

see wiki https://github.com/chobie/php-protocolbuffers/wiki

Features

License

New BSD License

Main metrics

Overview
Name With Ownerchobie/php-protocolbuffers
Primary LanguageC
Program languageShell (Language Count: 5)
Platform
License:Other
所有者活动
Created At2013-05-13 15:31:28
Pushed At2019-07-10 11:20:20
Last Commit At2014-04-28 14:15:15
Release Count6
Last Release Namev0.2.6 (Posted on )
First Release Namev0.2.1 (Posted on )
用户参与
Stargazers Count128
Watchers Count15
Fork Count38
Commits Count662
Has Issues Enabled
Issues Count54
Issue Open Count17
Pull Requests Count5
Pull Requests Open Count3
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private