grpcpecl.php.netA 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.Stanley Cheungstanleycheunggrpc-packages@google.comyes2017-03-011.2.0dev1.2.0devbetabetaBSD
- Added arg info macros #9751
- Updated codegen to be consistent with protobuf #9492
5.5.01.4.0grpc0.5.00.5.0alphaalpha2015-06-16BSD
First alpha release
0.5.10.5.1alphaalpha2015-07-09BSD
Update to wrap gRPC C Core version 0.10.0
0.6.00.6.0betabeta2015-09-24BSD
- 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
0.6.10.6.0betabeta2015-10-21BSD
- fixed undefined constant fatal error when run with apache/nginx #2275
0.7.00.7.0betabeta2016-01-13BSD
- Breaking change to Credentials class (removed) #3765
- Replaced by ChannelCredentials and CallCredentials class #3765
- New plugin based metadata auth API #4394
- Explicit ChannelCredentials::createInsecure() call
0.8.00.8.0betabeta2016-02-24BSD
- Simplify gRPC PHP installation #4517
- Wrap gRPC core library version 0.13
0.8.10.8.1betabeta2016-03-01BSD
- Increase unit test code coverage #5225
0.14.00.14.0betabeta2016-04-19BSD
- wrap grpc C core version 0.14.0
- destroy grpc_byte_buffer after startBatch #6096
0.15.00.15.0betabeta2016-05-18BSD
- Updated functions with TSRM macros for ZTS support #6607
- Load default roots.pem via grpc_set_ssl_roots_override_callback #6848
1.0.0RC11.0.0RC1stablestable2016-07-13BSD
- GA release
- Fix shutdown hang problem #4017
1.0.0RC21.0.0RC2stablestable2016-07-21BSD
- PHP7 Support #7464
1.0.0RC31.0.0RC3stablestable2016-07-28BSD
- PHP7 Support continued, reduce code duplication #7543
1.0.0RC41.0.0RC4stablestable2016-08-09BSD
- Fixed Ubuntu compile error #7571, #7642
1.0.01.0.0stablestable2016-08-18BSD
- gRPC 1.0.0 release
1.0.1RC11.0.1RC1betabeta2016-10-06BSD
- Reject metadata keys which are not legal #7881
1.0.11.0.1stablestable2016-10-27BSD
- Reject metadata keys which are not legal #7881
1.1.0RC11.1.0RC1betabeta2017-01-13BSD
- PHP Proto3 adoption #8179
- Various bug fixes
1.1.01.1.0stablestable2017-01-31BSD
- PHP Proto3 adoption #8179
- Various bug fixes
1.2.0RC11.2.0RC1betabeta2017-03-01BSD
- Added arg info macros #9751
- Updated codegen to be consistent with protobuf #9492