1. ad371f8 fixes subpackage issue with loading composer by Brent Shaffer · 6 years ago
  2. a7e282e PHP: add call invoker by ZhouyihaiDing · 6 years ago
  3. d6b483b PHP: add deserialze as the argument for the interceptor by ZhouyihaiDing · 6 years ago
  4. 10470bb Merge pull request #15417 from chingor13/php-default-channel by Zhouyihai Ding · 6 years ago
  5. 6d96a9a Provide hostname to getDefaultChannel by Jeff Ching · 6 years ago
  6. 31676f3 Surface a static method to fetch the default Channel that a BaseStub would create by Jeff Ching · 6 years ago
  7. 251a573 php InterceptorChannel inherits from Channel by ZhouyihaiDing · 6 years ago
  8. 3c047a2 PHP: fix InterceptorChannel not autoload by composer by ZhouyihaiDing · 6 years ago
  9. 52b95cf gRPC PHP Client Interceptor implementation and tests by ZhouyihaiDing · 7 years ago
  10. 1ac45e1 Removed opts checks in BaseStub when the elements aren't not used. by Chad Kunde · 7 years ago
  11. 83a2cc0 php return the right classes by Guilherme Oliveira · 7 years ago
  12. ff1e926 Remove assignment by Michael Bausor · 7 years ago
  13. 8a61db3 Remove metadata set by Michael Bausor · 7 years ago
  14. 81fd629 Move OP_RECV_INITIAL_METADATA out of start() methods by Michael Bausor · 7 years ago
  15. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  16. 9b3a6cc Fixing is_a check for Channel by Rajendra Talekar · 7 years ago
  17. 34d21ce fix php style by thinkerou · 7 years ago
  18. 55bff48 PHP: proto3 API change by Stanley Cheung · 7 years ago
  19. de78a21 Merge pull request #9416 from thinkerou/update_method_property_visibility by Stanley Cheung · 7 years ago
  20. 8772a36 update method prop visibility by thinkerou · 7 years ago
  21. 16713db fix code style by thinkerou · 7 years ago
  22. 122c687 Fix various PHP bugs by Stanley Cheung · 7 years ago
  23. 0c3e8db fix code style by thinkerou · 8 years ago
  24. 9a669b6 update php style by thinkerou · 8 years ago
  25. 4407a94 phpdoc types by Stanislav Pavlovichev · 8 years ago
  26. 881f4ff PHP Proto3: new serialization/deserialization for messages by Stanley Cheung · 8 years ago
  27. 9392b04 fix php code style by thinkerou · 8 years ago
  28. cde12a5 php: use ssl hostname_override as auth audience uri if present by Stanley Cheung · 8 years ago
  29. d58199b code style phpdoc fix isset to array_key_exists by Stanislav Pavlovichev · 8 years ago
  30. a3730b7 support php7 by marco by thinkerou · 8 years ago
  31. f3bc3b6 Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback by thinkerou · 8 years ago
  32. 6668d51 php: add call getTrailingMetadata API by Stanley Cheung · 8 years ago
  33. e05d319 php: add channel argument to BaseStub constructor by Stanley Cheung · 8 years ago
  34. 6bd3180 php: make channel credentials createInsecure explicit by Stanley Cheung · 9 years ago
  35. 3580580 php: metadata plugin based auth API by Stanley Cheung · 9 years ago
  36. 513a688 php: remove callable type hint from BaseStub->_simpleRequest() by Parker Moore · 9 years ago
  37. 3baf767 php: append application user agent string at the beginning by Stanley Cheung · 9 years ago
  38. d5b2056 php: ran php-cs-fixer to comply with php coding standard by Stanley Cheung · 9 years ago
  39. a5fd9d1 php: fix inconsistent array notation by Stanley Cheung · 9 years ago
  40. 75457ff php: add more unit test for code coverage analysis by Stanley Cheung · 9 years ago
  41. 04e1eb8 PHP: Fix property reference in BaseStub::close() by Anthony Yeh · 9 years ago
  42. f438ee1 fixed comment by Stanley Cheung · 9 years ago
  43. b0cd08a php: validate and normalize metadata keys by Stanley Cheung · 9 years ago
  44. 3ff5cea php: $metadata at API should be optional by Stanley Cheung · 9 years ago
  45. 5331776 php: clean up api around flags by Stanley Cheung · 9 years ago
  46. 3ab8e79 php: support per message compression disable by Stanley Cheung · 9 years ago
  47. fea1f68 php: fixed constant typo by Stanley Cheung · 9 years ago
  48. 1567c0c php: connectivity state review feedback by Stanley Cheung · 9 years ago
  49. 04b7a41 php: add watchForReady method by Stanley Cheung · 9 years ago
  50. e63354a php: wrap getConnectivityState API by Stanley Cheung · 9 years ago
  51. db98e08 Exposed channel target and call peer in PHP by Stanley Cheung · 9 years ago
  52. a75098d add user-agent for php by Stanley Cheung · 9 years ago
  53. cc019af add PHP timeout interop test by Stanley Cheung · 9 years ago
  54. 358b716 add comment by Stanley Cheung · 9 years ago
  55. f420687 PHP: add support to pass JWT auth uri to auth library by Stanley Cheung · 9 years ago
  56. 2c9c763 Support update metadata callback function in php BaseStub by Stanley Cheung · 9 years ago
  57. 10286d3 Updated PHP files to new method names by murgatroid99 · 9 years ago
  58. d8cc6b8 Do not expect metadata until expecting first read by murgatroid99 · 9 years ago
  59. 9ddc3da Removed redundant autoload require lines by murgatroid99 · 9 years ago
  60. b2a6d01 Replaced existing autoloader with one generated by composer by murgatroid99 · 9 years ago
  61. 9140a06 Replaced existing PHP files with more batch-based implementation by murgatroid99 · 9 years ago
  62. 685e4d9 Fixed errors in ActiveCall by murgatroid99 · 9 years ago
  63. 3f10160 Updated ActiveCall.php to use batch API by murgatroid99 · 9 years ago
  64. 2e498aa Add PHP Copyright by Craig Tiller · 9 years ago
  65. 25e5f67 Removed all instances of == and != in PHP code by murgatroid99 · 9 years ago
  66. 14d2ce2 Updated PHP library to handle generated code without explicit references to grpc by murgatroid99 · 9 years ago
  67. f21eb25 Fixed PHP interop tests by murgatroid99 · 9 years ago
  68. 1d89452 Switched to new grpc_call_invoke API by murgatroid99 · 9 years ago
  69. 156e67d Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/. by mlumish · 9 years ago
  70. 34cd1f0 Switched events to use native objects instead of wrappers by mlumish · 9 years ago
  71. a7baac5 Added support for trailing metadata, fixed status support by mlumish · 10 years ago
  72. b892a27 Added PHP to the global gRPC moe config by mlumish · 10 years ago