Download the PHP package timostamm/protoc-h1-php-server without Composer
On this page you can find all versions of the php package timostamm/protoc-h1-php-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download timostamm/protoc-h1-php-server
More information about timostamm/protoc-h1-php-server
Files in timostamm/protoc-h1-php-server
Download timostamm/protoc-h1-php-server
More information about timostamm/protoc-h1-php-server
Files in timostamm/protoc-h1-php-server
Vendor timostamm
Package protoc-h1-php-server
Short Description PHP utilities to implement protobuf services on a simple HTTP server
License MIT
Package protoc-h1-php-server
Short Description PHP utilities to implement protobuf services on a simple HTTP server
License MIT
Please rate this library. Is it a good library?
Informations about the package protoc-h1-php-server
Protobuf RPC over HTTP 1 - PHP server
PHP utilities to implement protobuf services on a simple HTTP server.
Supports all unary RPC calls over HTTP 1.
For auto-generated clients, see https://github.com/timostamm/protoc-h1-plugins
Let`s say you have this service defined in a proto file:
From this file, protoc generates a generic service interface
SearchServiceInterface.php
. You just implement this interface with your
business logic.
Then you can let HttpHandler
take care of request and response:
All versions of protoc-h1-php-server with dependencies
PHP Build Version
Package Version
The package timostamm/protoc-h1-php-server contains the following files
Loading the files please wait ....