php-protocolbuffers

PECL ProtocolBuffers

  • 所有者: chobie/php-protocolbuffers
  • 平台:
  • 許可證: Other
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者chobie/php-protocolbuffers
主編程語言C
編程語言Shell (語言數: 5)
平台
許可證Other
所有者活动
創建於2013-05-13 15:31:28
推送於2019-07-10 11:20:20
最后一次提交2014-04-28 14:15:15
發布數6
最新版本名稱v0.2.6 (發布於 )
第一版名稱v0.2.1 (發布於 )
用户参与
星數127
關注者數15
派生數38
提交數662
已啟用問題?
問題數54
打開的問題數17
拉請求數5
打開的拉請求數3
關閉的拉請求數2
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?