gRPC

pecl install gRPC

A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.

Remote Procedure Calls (RPCs) provide a useful abstraction for building distributed applications and services. The libraries in this repository provide a concrete implementation of the gRPC protocol, layered over HTTP/2. These libraries enable communication between clients and servers using any combination of the supported languages.

Maintainer

  • Stanley Cheung (lead )

Details

Stars: 39608
Issue openned: 866
Downloads: 2294135
Unable to build this extension for x86 architecture. We apologize for this inconvenience. If you have ideas for resolving this issue, contact us.
0.6.0
8 years ago
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 0.6.0 change log


- support per message compression disable
- expose per-call host override option
- expose connectivity API
- expose channel target and call peer
- add user-agent
- update to wrap gRPC C core library beta version 0.11.0

requires:

  • php >=5.5.0
  • pearinstaller >=1.4.0