xcezx / protoc-gen-php
There is no license information available for the latest version (0.1.0) of this package.
protoc-gen-php
0.1.0
2016-03-31 14:34 UTC
Requires
- php: >=5.5.0
- datto/protobuf-php: dev-master
- google/auth: v0.7
- pear/console_commandline: v1.2.1
This package is auto-updated.
Last update: 2025-01-18 03:09:19 UTC
README
Installation
Add xcezx/protoc-gen-php entry to your global composer.json ($HOME/.composer/composer.json)
{
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/stanley-cheung/Protobuf-PHP"
}
],
"require": {
"xcezx/protoc-gen-php": "dev-master"
}
}
install with composer
composer global install
set PATH
export PATH=$HOME/.composer/vendor/bin:$PATH
How to use
protoc-gen-php tutorial.proto
See Also: http://drslump.github.io/Protobuf-PHP/