Download the PHP package protocolbuffers/protoc-gen-php without Composer
On this page you can find all versions of the php package protocolbuffers/protoc-gen-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download protocolbuffers/protoc-gen-php
More information about protocolbuffers/protoc-gen-php
Files in protocolbuffers/protoc-gen-php
Download protocolbuffers/protoc-gen-php
More information about protocolbuffers/protoc-gen-php
Files in protocolbuffers/protoc-gen-php
Vendor protocolbuffers
Package protoc-gen-php
Short Description protoc generator plugin for PECL ProtocolBuffers
License BSD-2-Clause
Homepage https://github.com/chobie/protoc-gen-php
Package protoc-gen-php
Short Description protoc generator plugin for PECL ProtocolBuffers
License BSD-2-Clause
Homepage https://github.com/chobie/protoc-gen-php
Keywords protocprotocol buffers
Please rate this library. Is it a good library?
Informations about the package protoc-gen-php
protoc-gen-php
protoc php generator plugin .
Installation
you can install protoc-gen-php with composer command.
`
Usage
`
Features
Yaml based insertion
protoc has comment based insertion point
mechanism. it's very usefull to customize generated message.
but you need to write custom plugin when using that.
protoc-gen-php has pragmatic feature which will check .protoc.php.yml
and insert contents when matched.
see https://github.com/chobie/protoc-gen-php/blob/master/proto/.protoc.php.yml
Environments
you can override protoc-gen-php behavior with environemnts.
key | description | example |
---|---|---|
PACKAGE | over ride package name. expects dot delimited package name | PACKAGE=chobie.io |
PEAR_STYLE | don't use namespace. | PEAR_STYLE=1 |
requirements
License
new BSD License
All versions of protoc-gen-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
symfony/yaml Version *
ext-pcre Version *
ext-protocolbuffers Version *
symfony/yaml Version *
ext-pcre Version *
ext-protocolbuffers Version *
The package protocolbuffers/protoc-gen-php contains the following files
Loading the files please wait ....