tree: b82de3621ec4b5131b9dfdffe6da748deea9e625
  1. tests/
  2. byte_buffer.c
  3. byte_buffer.h
  4. call.c
  5. call.h
  6. call_credentials.c
  7. call_credentials.h
  8. channel.c
  9. channel.h
  10. channel_credentials.c
  11. channel_credentials.h
  12. completion_queue.c
  13. completion_queue.h
  14. composer.json
  15. config.m4
  16. CREDITS
  17. LICENSE
  18. php7_wrapper.h
  19. php_grpc.c
  20. php_grpc.h
  21. README.md
  22. server.c
  23. server.h
  24. server_credentials.c
  25. server_credentials.h
  26. timeval.c
  27. timeval.h
  28. version.h
src/php/ext/grpc/README.md

gRPC PHP Extension Mirror (PIE)

This repository is a read-only mirror of the gRPC C-Core and PHP extension wrapper source code, optimized for installation using PIE (PHP Installer for Extensions).

Development of the gRPC PHP extension takes place inside the main monorepo at grpc/grpc. Please submit all issues, feature requests, and pull requests to the main repository.

Installation via PIE

You can install this extension using PIE:

pie install grpc/grpc-php-ext

Ensure your system has the required build tools (like make, gcc, autoconf, phpize) installed prior to running the installation command.