2017 © Pedro Peláez
 

library protoc-gen-php

protoc-gen-php

image

xcezx/protoc-gen-php

protoc-gen-php

  • Thursday, March 31, 2016
  • by xcezx
  • Repository
  • 0 Watchers
  • 0 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

protoc-gen-php

Installation

Add xcezx/protoc-gen-php entry to your global composer.json ($HOME/.composer/composer.json), (*1)

{
    "minimum-stability": "dev",
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/stanley-cheung/Protobuf-PHP"
        }
    ],
    "require": {
        "xcezx/protoc-gen-php": "dev-master"
    }
}

install with composer, (*2)

composer global install

set PATH, (*3)

export PATH=$HOME/.composer/vendor/bin:$PATH

How to use

protoc-gen-php tutorial.proto

See Also: http://drslump.github.io/Protobuf-PHP/, (*4)

The Versions

31/03 2016

dev-master

9999999-dev

protoc-gen-php

  Sources   Download

The Requires

 

31/03 2016