lvht / protobuf
proto library for PHP
Installs: 15 849
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=5.5.0
Requires (Dev)
- phpunit/phpunit: >=4.8.0
Suggests
- ext-bcmath: Need to support JSON deserialization
Replaces
- google/protobuf: v3.5.1.1
This package is not auto-updated.
Last update: 2024-10-27 04:54:08 UTC
README
This is a mirror for 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 PHP
Please see patches from this.
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