Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add information about roadrunner.dev to PHP docs #38481

Open
bshaffer opened this issue Jan 16, 2025 · 1 comment · May be fixed by grpc/grpc.io#1400
Open

Docs: Add information about roadrunner.dev to PHP docs #38481

bshaffer opened this issue Jan 16, 2025 · 1 comment · May be fixed by grpc/grpc.io#1400

Comments

@bshaffer
Copy link
Contributor

gRPC does not support a PHP server implementation. However, implementing a gRPC server in PHP is possible using RoadRunner

I've experimented with this web server and gRPC server implementation, and it's incredible. We are using it to run a proxy server for Bigtable conformance tests (see googleapis/google-cloud-php#7959).

We should update the docs to highlight roadrunner.dev as a good option for PHP devs looking to implement a gRPC server. We can update the docs here: https://grpc.io/docs/languages/php/quickstart and potentially elsewhere.

@bshaffer
Copy link
Contributor Author

Additionally gRPC is supported in Swoole - https://openswoole.com/docs/modules/grpc-server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants