Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taoso/protobuf-php
protobuf php sdk mirror
https://github.com/taoso/protobuf-php
Last synced: about 2 months ago
JSON representation
protobuf php sdk mirror
- Host: GitHub
- URL: https://github.com/taoso/protobuf-php
- Owner: taoso
- License: other
- Created: 2018-01-20T06:21:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T02:42:49.000Z (almost 7 years ago)
- Last Synced: 2024-10-12T13:55:39.486Z (3 months ago)
- Language: PHP
- Size: 105 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# protobuf-php
This is a mirror for [google/protobuf](https://github.com/google/protobuf).
And features you may like:
- small package, only contain php source code
- use unicode for json_encode
- export compiler plugin, so you can write your plugin in PHPPlease see patches from [this](https://github.com/lvht/protobuf-php/compare/b8824d322bb9ef504506d0bb0ea24095295a1dd6...19b3b02b6c36b12550237986c33ac078b03f73b0).
# version
Only mirror stable tag from the offical repo.# install
composer require lvht/protobuf
# update from upstream
git archive v3.5.1|tar --extract -C path/to/protobuf composer.json php/src