Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Comments

Add GRPC ext to PHP image and separate GRPC PHP compiler/watcher image#1

Open
spaulg wants to merge 1 commit intomasterfrom
feature/grpc-ext
Open

Add GRPC ext to PHP image and separate GRPC PHP compiler/watcher image#1
spaulg wants to merge 1 commit intomasterfrom
feature/grpc-ext

Conversation

@spaulg
Copy link

@spaulg spaulg commented Sep 22, 2020

Add grpc PHP extension to the PHP base image for communicating with gRPC servers in PHP projects.

Add a grpc compiler image to compile PHP client side code from proto files either as a one off or using a watch mode.

@spaulg spaulg changed the title Feature/grpc ext Add GRPC support to PHP and GRPC compiler/watcher image Sep 22, 2020
@spaulg spaulg changed the title Add GRPC support to PHP and GRPC compiler/watcher image Add GRPC ext to PHP image and separate GRPC PHP compiler/watcher image Sep 22, 2020
Add grpc and protobuf PHP extension to the PHP base image for
communicating with gRPC servers in PHP projects.

Add a grpc watcher/compiler image to compile PHP client side code from
proto files. Allow PHP namespaces to be dropped from the generated
directory structure by specifying a root path that is copied in. This
is for the benefit of Laravel, which uses an App top level
namespace in a folder called app.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant