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

This package is auto-updated.

Last update: 2024-04-18 01:27:24 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/